BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface JMSRuntimeMBean


public interface JMSRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic JMS service.

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

Method Summary
 JMSConnectionRuntimeMBean[] getConnections()
          Returns the connections to this WebLogic server.
 long getConnectionsCurrentCount()
          Returns the current number of connections to this WebLogic Server.
 long getConnectionsHighCount()
          Returns the peak number of connections to this WebLogic Server since the last reset.
 long getConnectionsTotalCount()
          Returns the total number of connections made to this WebLogic Server since the last reset.
 JMSServerRuntimeMBean[] getJMSServers()
          Returns the JMS servers that are currently deployed on this WebLogic Server instance.
 long getJMSServersCurrentCount()
          Returns the current number of JMS servers that are deployed on this WebLogic Server instance.
 long getJMSServersHighCount()
          Returns the peak number of JMS servers that were deployed on this WebLogic Server instance since the server was started.
 long getJMSServersTotalCount()
          Returns the number of JMS servers that were deployed on this WebLogic Server instance since the server was started.
 
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, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getConnections

public JMSConnectionRuntimeMBean[] getConnections()
Returns the connections to this WebLogic server.


getConnectionsCurrentCount

public long getConnectionsCurrentCount()
Returns the current number of connections to this WebLogic Server.


getConnectionsHighCount

public long getConnectionsHighCount()
Returns the peak number of connections to this WebLogic Server since the last reset.


getConnectionsTotalCount

public long getConnectionsTotalCount()
Returns the total number of connections made to this WebLogic Server since the last reset.


getJMSServers

public JMSServerRuntimeMBean[] getJMSServers()
Returns the JMS servers that are currently deployed on this WebLogic Server instance.


getJMSServersCurrentCount

public long getJMSServersCurrentCount()
Returns the current number of JMS servers that are deployed on this WebLogic Server instance.


getJMSServersHighCount

public long getJMSServersHighCount()
Returns the peak number of JMS servers that were deployed on this WebLogic Server instance since the server was started.


getJMSServersTotalCount

public long getJMSServersTotalCount()
Returns the number of JMS servers that were deployed on this WebLogic Server instance since the server was started.


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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.