javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface JMSSessionPoolRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
JMSConsumerRuntimeMBean[] |
getConnectionConsumers() |
The connection consumer for this session pool.
|
long |
getConnectionConsumersCurrentCount() |
The current number of connection consumers for this session
pool.
|
long |
getConnectionConsumersHighCount() |
The peak number of simultaneous connection consumers for this
session pool.
|
long |
getConnectionConsumersTotalCount() |
The total number of connection consumers made by this session
pool since the last reset.
|
JMSServerRuntimeMBean |
getJMSServer() |
The JMS server for this session pool.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
JMSServerRuntimeMBean getJMSServer()
The JMS server for this session pool.
JMSConsumerRuntimeMBean[] getConnectionConsumers()
The connection consumer for this session pool.
long getConnectionConsumersCurrentCount()
The current number of connection consumers for this session pool.
long getConnectionConsumersHighCount()
The peak number of simultaneous connection consumers for this session pool.
long getConnectionConsumersTotalCount()
The total number of connection consumers made by this session pool since the last reset.