BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface WLECConnectionPoolRuntimeMBean


public interface WLECConnectionPoolRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a Weblogic WLEC Connection Pool

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

Method Summary
 WLECConnectionRuntimeMBean[] getConnections()
          Returns an array of WLECConnectionRuntimeMBeans that each represents the statistics for a WLEC Connection.
 int getMaxCapacity()
          Returns the maximum capacity configured for this WLEC pool.
 java.lang.String getPoolName()
          Returns the configured name of this WLEC pool.
 java.lang.String getPoolState()
          Returns the pool state as one of 'Active' 'Suspended'
 java.lang.String getWLEDomainName()
          Returns the WLE DomainName this WLEC pool is connected to.
 boolean isCertificateBasedAuthentication()
          Is certificate-based authentication enabled
 boolean isSecurityContextPropagation()
          Is the security context propagated
 int resetConnectionPool()
          Resets the connection 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, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getPoolName

public java.lang.String getPoolName()
Returns the configured name of this WLEC pool.


getWLEDomainName

public java.lang.String getWLEDomainName()
Returns the WLE DomainName this WLEC pool is connected to.


getMaxCapacity

public int getMaxCapacity()
Returns the maximum capacity configured for this WLEC pool.


getPoolState

public java.lang.String getPoolState()
Returns the pool state as one of 'Active' 'Suspended'


isSecurityContextPropagation

public boolean isSecurityContextPropagation()
Is the security context propagated


isCertificateBasedAuthentication

public boolean isCertificateBasedAuthentication()
Is certificate-based authentication enabled


getConnections

public WLECConnectionRuntimeMBean[] getConnections()
Returns an array of WLECConnectionRuntimeMBeans that each represents the statistics for a WLEC Connection.


resetConnectionPool

public int resetConnectionPool()
Resets the connection pool.


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.