|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.management.server.AbstractManagedObject
com.caucho.jms.queue.QueueAdmin
public class QueueAdmin
Administration for a JMS queue
Constructor Summary | |
---|---|
QueueAdmin(AbstractQueue queue)
|
Method Summary | |
---|---|
int |
getConsumerCount()
Returns the number of active message consumers |
long |
getListenerFailCountTotal()
Returns the number of listener failures. |
java.util.Date |
getListenerFailLastTime()
Returns the time of the last listener failure |
java.lang.String |
getName()
Returns the queue's name |
int |
getQueueSize()
Returns the number of active message consumers |
int |
getReceiverCount()
Returns the number of receivers. |
java.lang.String |
getUrl()
Returns the queue's url |
Methods inherited from class com.caucho.management.server.AbstractManagedObject |
---|
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getObjectName, getType |
Constructor Detail |
---|
public QueueAdmin(AbstractQueue queue)
Method Detail |
---|
public java.lang.String getName()
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject
public java.lang.String getUrl()
getUrl
in interface JmsQueueMXBean
public int getConsumerCount()
getConsumerCount
in interface JmsQueueMXBean
public int getReceiverCount()
getReceiverCount
in interface JmsQueueMXBean
public int getQueueSize()
getQueueSize
in interface JmsQueueMXBean
public long getListenerFailCountTotal()
getListenerFailCountTotal
in interface JmsQueueMXBean
public java.util.Date getListenerFailLastTime()
getListenerFailLastTime
in interface JmsQueueMXBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |