public interface CqState
Modifier and Type | Method and Description |
---|---|
boolean |
isClosed()
Returns true if the CQ is in Closed state.
|
boolean |
isClosing()
Returns true if the CQ is in Closing state.
|
boolean |
isRunning()
Returns true if the CQ is in Running state.
|
boolean |
isStopped()
Returns true if the CQ is in Stopped state.
|
String |
toString()
Returns the state in string form.
|
boolean isRunning()
boolean isStopped()
boolean isClosed()
boolean isClosing()