T - managed typepublic interface Managed<T>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
close()
Closes the managed object.
|
boolean |
isClosed()
Returns a boolean value indicating whether the managed object is closed.
|
boolean |
isOpen()
Returns a boolean value indicating whether the managed object is open.
|
CompletableFuture<T> |
open()
Opens the managed object.
|
CompletableFuture<T> open()
boolean isOpen()
CompletableFuture<Void> close()
boolean isClosed()
Copyright © 2013–2019. All rights reserved.