BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface JMSSessionPoolRuntimeMBean


public interface JMSSessionPoolRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic JMS session pool.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 JMSConsumerRuntimeMBean[] getConnectionConsumers()
          Returns the connection consumer for this session pool.
 long getConnectionConsumersCurrentCount()
          Returns the current number of connection consumers for this session pool.
 long getConnectionConsumersHighCount()
          Returns the peak number of simultaneous connection consumers for this session pool.
 long getConnectionConsumersTotalCount()
          Returns the total number of connection consumers made by this session pool since the last reset.
 JMSServerRuntimeMBean getJMSServer()
          Returns the JMS server for this session pool.
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getJMSServer

public JMSServerRuntimeMBean getJMSServer()
Returns the JMS server for this session pool.

Returns:
The jMSServer value

getConnectionConsumers

public JMSConsumerRuntimeMBean[] getConnectionConsumers()
Returns the connection consumer for this session pool.

Returns:
The connectionConsumers value

getConnectionConsumersCurrentCount

public long getConnectionConsumersCurrentCount()
Returns the current number of connection consumers for this session pool.

Returns:
The connectionConsumersCurrentCount value

getConnectionConsumersHighCount

public long getConnectionConsumersHighCount()
Returns the peak number of simultaneous connection consumers for this session pool.

Returns:
The connectionConsumersHighCount value

getConnectionConsumersTotalCount

public long getConnectionConsumersTotalCount()
Returns the total number of connection consumers made by this session pool since the last reset.

Returns:
The connectionConsumersTotalCount value

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b