|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DurableSubscriptionViewMBean
Method Summary | |
---|---|
javax.management.openmbean.CompositeData[] |
browse()
Browse messages for this durable subscriber |
javax.management.openmbean.TabularData |
browseAsTable()
Browse messages for this durable subscriber |
int |
cursorSize()
|
void |
destroy()
Destroys the durable subscription so that messages will no longer be stored for this subscription |
boolean |
doesCursorHaveMessagesBuffered()
|
boolean |
doesCursorHaveSpace()
|
long |
getCursorMemoryUsage()
|
int |
getCursorPercentUsage()
|
java.lang.String |
getSubscriptionName()
|
boolean |
isCursorFull()
|
Methods inherited from interface org.apache.activemq.broker.jmx.SubscriptionViewMBean |
---|
getClientId, getConnectionId, getDequeueCounter, getDestinationName, getDispatchedCounter, getDispatchedQueueSize, getEnqueueCounter, getMaximumPendingMessageLimit, getMessageCountAwaitingAcknowledge, getPendingQueueSize, getPrefetchSize, getPriority, getSelector, getSessionId, getSubcriptionId, getSubcriptionName, isActive, isDestinationQueue, isDestinationTemporary, isDestinationTopic, isDurable, isExclusive, isMatchingQueue, isMatchingTopic, isNoLocal, isRetroactive, setSelector |
Method Detail |
---|
java.lang.String getSubscriptionName()
javax.management.openmbean.CompositeData[] browse() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
javax.management.openmbean.TabularData browseAsTable() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
void destroy() throws java.lang.Exception
java.lang.Exception
boolean doesCursorHaveSpace()
boolean isCursorFull()
boolean doesCursorHaveMessagesBuffered()
long getCursorMemoryUsage()
int getCursorPercentUsage()
int cursorSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |