|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueueMBean
MBean interface.
Field Summary |
---|
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
---|---|
int |
getQueueDepth()
Gets the QueueDepth attribute of the BasicQueue object |
String |
getQueueName()
Get the queue name |
int |
getReceiversCount()
Get the number of active receivers |
int |
getScheduledMessageCount()
Gets the ScheduledMessageCount attribute of the BasicQueue object |
int |
getSubscribersCount()
Get the number of active subscribers |
List |
listMessages()
List the messages |
List |
listMessages(String selector)
List the messages matching a selector |
List |
listReceivers()
List the active receivers |
Collection |
listSubscribers()
List the active subscribers |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
String getQueueName()
int getQueueDepth() throws Exception
Exception
- Description of Exceptionint getScheduledMessageCount() throws Exception
Exception
- Description of Exceptionint getReceiversCount()
List listReceivers()
List listMessages() throws Exception
Exception
- for any errorList listMessages(String selector) throws Exception
selector
- the selector
Exception
- for any errorint getSubscribersCount()
Collection listSubscribers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |