|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ClientSession.QueueQuery

Information returned by a queue query
ClientSession.queueQuery(SimpleString)| Method Summary | |
|---|---|
SimpleString |
getAddress()
Returns the address that the queue is bound to. |
int |
getConsumerCount()
Returns the number of consumers attached to the queue. |
SimpleString |
getFilterString()
Returns the queue's filter string (or null if the queue has no filter). |
long |
getMessageCount()
Returns the number of messages in the queue. |
boolean |
isDurable()
Returns true if the queue is durable, false else. |
boolean |
isExists()
Returns true if the queue exists, false else. |
| Method Detail |
|---|
boolean isExists()
true if the queue exists, false else.
boolean isDurable()
true if the queue is durable, false else.
int getConsumerCount()
long getMessageCount()
SimpleString getFilterString()
null if the queue has no filter).
SimpleString getAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||