com.caucho.management.server
Interface JmsQueueMXBean

All Superinterfaces:
ManagedObjectMXBean
All Known Implementing Classes:
QueueAdmin

public interface JmsQueueMXBean
extends ManagedObjectMXBean

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

getUrl

java.lang.String getUrl()
Returns a URL describing the topic configuration.


getConsumerCount

int getConsumerCount()
Returns the number of consumers for the queue.


getReceiverCount

int getReceiverCount()
Returns the number of consumers for the queue.


getListenerFailCountTotal

long getListenerFailCountTotal()
Returns the number of listener failures


getListenerFailLastTime

java.util.Date getListenerFailLastTime()
Returns the last time of listener failures


getQueueSize

int getQueueSize()
Returns the current size of the queue.