BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface ConnectorConnectionRuntimeMBean


public interface ConnectorConnectionRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring individual Weblogic Connector connections

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

Method Summary
 int getActiveHandlesCurrentCount()
          Returns the current total active connection handles for this connection.
 int getActiveHandlesHighCount()
          Returns the high water mark of active connection handles for this connection since the connection was created.
 int getHandlesCreatedTotalCount()
          Returns the total number of connection handles created for this connection since the connection was created.
 boolean isCurrentlyInUse()
          Returns an indicator of whether or not the connection is currently in use
 boolean isInTransaction()
          Returns an indicator of whether or not the connection is currently in use in a transaction
 boolean isShared()
          Returns an indicator of whether or not the connection is currently being shared by more than one invoker
 
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

getActiveHandlesCurrentCount

public int getActiveHandlesCurrentCount()
Returns the current total active connection handles for this connection.


getActiveHandlesHighCount

public int getActiveHandlesHighCount()
Returns the high water mark of active connection handles for this connection since the connection was created.


getHandlesCreatedTotalCount

public int getHandlesCreatedTotalCount()
Returns the total number of connection handles created for this connection since the connection was created.


isCurrentlyInUse

public boolean isCurrentlyInUse()
Returns an indicator of whether or not the connection is currently in use


isInTransaction

public boolean isInTransaction()
Returns an indicator of whether or not the connection is currently in use in a transaction


isShared

public boolean isShared()
Returns an indicator of whether or not the connection is currently being shared by more than one invoker


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.