|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CqState
This interface gives information on the state of a CqQuery. It is provided by the getState method of the CqQuery instance.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String toString()
toString in class Objectboolean isRunning()
boolean isStopped()
boolean isClosed()
boolean isClosing()
|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||