|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsQueueMXBean
MBean API for a JMS Queue.
resin:type=Queue,name=jms/myqueue,...
Method Summary | |
---|---|
int |
getConsumerCount()
Returns the number of consumers for the queue. |
long |
getListenerFailCountTotal()
Returns the number of listener failures |
java.util.Date |
getListenerFailLastTime()
Returns the last time of listener failures |
int |
getQueueSize()
Returns the current size of the queue. |
int |
getReceiverCount()
Returns the number of consumers for the queue. |
java.lang.String |
getUrl()
Returns a URL describing the topic configuration. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
java.lang.String getUrl()
int getConsumerCount()
int getReceiverCount()
long getListenerFailCountTotal()
java.util.Date getListenerFailLastTime()
int getQueueSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |