BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.runtime
Interface JoltConnectionPoolRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, weblogic.management.WebLogicMBean

public interface JoltConnectionPoolRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic Jolt Connection Pool

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 JoltConnectionRuntimeMBean[] getConnections()
          Returns an array of JoltConnectionRuntimeMBeans that each represents the statistics for a Jolt Connection.
 int getMaxCapacity()
          The maximum connections configured for this Jolt pool.
 String getPoolName()
          The configured name of this Jolt pool.
 String getPoolState()
          The pool state as one of 'Active' 'Suspended'.
 boolean isSecurityContextPropagation()
          Indicates whether the security context is 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

getConnections

public JoltConnectionRuntimeMBean[] getConnections()

Returns an array of JoltConnectionRuntimeMBeans that each represents the statistics for a Jolt Connection.

Returns:
The connections value
See Also:
JoltConnectionRuntimeMBean

getMaxCapacity

public int getMaxCapacity()

The maximum connections configured for this Jolt pool.

Returns:
The maxCapacity value

getPoolName

public String getPoolName()

The configured name of this Jolt pool.

Returns:
The poolName value

getPoolState

public String getPoolState()

The pool state as one of 'Active' 'Suspended'.

Returns:
The poolState value

isSecurityContextPropagation

public boolean isSecurityContextPropagation()

Indicates whether the security context is propagated.

Returns:
The securityContextPropagation value

resetConnectionPool

public int resetConnectionPool()

Resets the connection pool.

Returns:

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.