|
||||||||||
| 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 ManagedObjectMXBeangetName in class AbstractManagedObjectpublic java.lang.String getUrl()
getUrl in interface JmsQueueMXBeanpublic int getConsumerCount()
getConsumerCount in interface JmsQueueMXBeanpublic int getReceiverCount()
getReceiverCount in interface JmsQueueMXBeanpublic int getQueueSize()
getQueueSize in interface JmsQueueMXBeanpublic long getListenerFailCountTotal()
getListenerFailCountTotal in interface JmsQueueMXBeanpublic java.util.Date getListenerFailLastTime()
getListenerFailLastTime in interface JmsQueueMXBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||