public interface QueryCloseable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed()
Checks if this object is closed.
|
default boolean |
isClosing()
Checks if this object is in the process of closing.
|
default boolean isClosing()
This method should always return true if isClosed() returns true.
close() method has been called (but not necessarily completed)boolean isClosed()
close() method has completed, false otherwiseCopyright © 2024. All rights reserved.