|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubscriptionViewMBean
Method Summary | |
---|---|
String |
getClientId()
|
String |
getConnectionId()
|
long |
getDequeueCounter()
|
String |
getDestinationName()
|
long |
getDispachedCounter()
|
int |
getDispatchedQueueSize()
|
long |
getEnqueueCounter()
|
int |
getMaximumPendingMessageLimit()
|
int |
getMessageCountAwaitingAcknowledge()
The same as the number of messages dispatched - making it explicit |
int |
getPendingQueueSize()
|
int |
getPrefetchSize()
|
byte |
getPriority()
|
String |
getSelector()
|
long |
getSessionId()
|
long |
getSubcriptionId()
|
String |
getSubcriptionName()
|
boolean |
isActive()
|
boolean |
isDestinationQueue()
|
boolean |
isDestinationTemporary()
|
boolean |
isDestinationTopic()
|
boolean |
isDurable()
|
boolean |
isExclusive()
|
boolean |
isMatchingQueue(String queueName)
Returns true if this subscription (which may be using wildcards) matches the given queue name |
boolean |
isMatchingTopic(String topicName)
Returns true if this subscription (which may be using wildcards) matches the given topic name |
boolean |
isNoLocal()
|
boolean |
isRetroactive()
|
void |
setSelector(String selector)
Attempts to change the current active selector on the subscription. |
Method Detail |
---|
String getClientId()
String getConnectionId()
long getSessionId()
long getSubcriptionId()
String getDestinationName()
String getSelector()
void setSelector(String selector) throws InvalidSelectorException, UnsupportedOperationException
InvalidSelectorException
UnsupportedOperationException
boolean isDestinationQueue()
boolean isDestinationTopic()
boolean isDestinationTemporary()
boolean isActive()
int getPendingQueueSize()
int getDispatchedQueueSize()
int getMessageCountAwaitingAcknowledge()
long getDispachedCounter()
long getEnqueueCounter()
long getDequeueCounter()
int getPrefetchSize()
boolean isRetroactive()
boolean isExclusive()
boolean isDurable()
boolean isNoLocal()
int getMaximumPendingMessageLimit()
byte getPriority()
String getSubcriptionName()
boolean isMatchingQueue(String queueName)
queueName
- the JMS queue name to match against
boolean isMatchingTopic(String topicName)
topicName
- the JMS topic name to match against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |