BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface JMSConnectionRuntimeMBean


public interface JMSConnectionRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic JMS connection.

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

Method Summary
 void destroy()
          Destroys server side context for the connection.
 java.lang.String getClientID()
          Returns the client ID for this connection.
 JMSSessionRuntimeMBean[] getSessions()
          Returns an array of sessions for this connection.
 long getSessionsCurrentCount()
          Returns the current number of sessions for this connection.
 long getSessionsHighCount()
          Returns the peak number of sessions for this connection since the last reset.
 long getSessionsTotalCount()
          Returns the number of sessions on this connection since the last reset.
 
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

destroy

public void destroy()
Destroys server side context for the connection.


getClientID

public java.lang.String getClientID()
Returns the client ID for this connection.


getSessions

public JMSSessionRuntimeMBean[] getSessions()
Returns an array of sessions for this connection.


getSessionsCurrentCount

public long getSessionsCurrentCount()
Returns the current number of sessions for this connection.


getSessionsHighCount

public long getSessionsHighCount()
Returns the peak number of sessions for this connection since the last reset.


getSessionsTotalCount

public long getSessionsTotalCount()
Returns the number of sessions on this connection since the last reset.


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.