public interface ConnectionViewMBean extends Service
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveTransactionCount()
Returns the number of active transactions established on this Connection.
|
java.lang.String |
getClientId()
Returns the client identifier for this connection
|
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
|
java.lang.Long |
getOldestActiveTransactionDuration()
Returns the number of active transactions established on 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()
java.lang.String getClientId()
int getDispatchQueueSize()
java.lang.String getUserName()
javax.management.ObjectName[] getConsumers()
javax.management.ObjectName[] getProducers()
int getActiveTransactionCount()
java.lang.Long getOldestActiveTransactionDuration()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.