BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface WLECConnectionRuntimeMBean


public interface WLECConnectionRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring individual Weblogic WLEC connections

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

Method Summary
 java.lang.String getAddress()
          Returns the connection Address
 int getErrorCount()
          Returns the Request Error Count
 java.lang.String getLastAccessTime()
          Returns the Last Access Date and Time
 int getPendingRequestCount()
          Returns the Pending Request Count
 int getRequestCount()
          Returns the Request Count
 boolean isAlive()
          Returns the Connection Alive indicator
 boolean isInTransaction()
          Returns the Connection in Transaction indicator
 
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

getAddress

public java.lang.String getAddress()
Returns the connection Address


getLastAccessTime

public java.lang.String getLastAccessTime()
Returns the Last Access Date and Time


isAlive

public boolean isAlive()
Returns the Connection Alive indicator


getRequestCount

public int getRequestCount()
Returns the Request Count


getPendingRequestCount

public int getPendingRequestCount()
Returns the Pending Request Count


getErrorCount

public int getErrorCount()
Returns the Request Error Count


isInTransaction

public boolean isInTransaction()
Returns the Connection in Transaction indicator


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.