public interface ConnectionViewMBean extends Service
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2005-2017. All Rights Reserved.