|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionViewMBean
Method Summary | |
---|---|
javax.management.ObjectName[] |
getConsumers()
Returns the ObjectNames of all the Consumers created by this Connection. |
int |
getDispatchQueueSize()
Returns the number of messages to be dispatched to this connection |
javax.management.ObjectName[] |
getProducers()
Returns the ObjectNames of all the Producers created by this Connection. |
java.lang.String |
getRemoteAddress()
Returns the source address for this connection |
java.lang.String |
getUserName()
Returns the User Name used to authorize creation of this Connection. |
boolean |
isActive()
|
boolean |
isBlocked()
|
boolean |
isConnected()
|
boolean |
isSlow()
|
void |
resetStatistics()
Resets the statistics |
Methods inherited from interface org.apache.activemq.Service |
---|
start, stop |
Method Detail |
---|
boolean isSlow()
boolean isBlocked()
boolean isConnected()
boolean isActive()
void resetStatistics()
java.lang.String getRemoteAddress()
int getDispatchQueueSize()
java.lang.String getUserName()
javax.management.ObjectName[] getConsumers()
javax.management.ObjectName[] getProducers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |