QueueMBean ========== .. java:package:: org.motechproject.admin.domain :noindex: .. java:type:: public class QueueMBean Represents a JMS queue. Holds information about the queue statistics. Constructors ------------ QueueMBean ^^^^^^^^^^ .. java:constructor:: public QueueMBean(String destination) :outertype: QueueMBean Methods ------- getConsumerCount ^^^^^^^^^^^^^^^^ .. java:method:: public long getConsumerCount() :outertype: QueueMBean getDequeueCount ^^^^^^^^^^^^^^^ .. java:method:: public long getDequeueCount() :outertype: QueueMBean getDestination ^^^^^^^^^^^^^^ .. java:method:: public String getDestination() :outertype: QueueMBean getEnqueueCount ^^^^^^^^^^^^^^^ .. java:method:: public long getEnqueueCount() :outertype: QueueMBean getExpiredCount ^^^^^^^^^^^^^^^ .. java:method:: public long getExpiredCount() :outertype: QueueMBean getInflightCount ^^^^^^^^^^^^^^^^ .. java:method:: public long getInflightCount() :outertype: QueueMBean getQueueSize ^^^^^^^^^^^^ .. java:method:: public long getQueueSize() :outertype: QueueMBean setConsumerCount ^^^^^^^^^^^^^^^^ .. java:method:: public void setConsumerCount(long consumerCount) :outertype: QueueMBean setDequeueCount ^^^^^^^^^^^^^^^ .. java:method:: public void setDequeueCount(long dequeueCount) :outertype: QueueMBean setDestination ^^^^^^^^^^^^^^ .. java:method:: public void setDestination(String destination) :outertype: QueueMBean setEnqueueCount ^^^^^^^^^^^^^^^ .. java:method:: public void setEnqueueCount(long enqueueCount) :outertype: QueueMBean setExpiredCount ^^^^^^^^^^^^^^^ .. java:method:: public void setExpiredCount(long expiredCount) :outertype: QueueMBean setInflightCount ^^^^^^^^^^^^^^^^ .. java:method:: public void setInflightCount(long inflightCount) :outertype: QueueMBean setQueueSize ^^^^^^^^^^^^ .. java:method:: public void setQueueSize(long queueSize) :outertype: QueueMBean