Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface JoltConnectionPoolRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface JoltConnectionPoolRuntimeMBean
extends RuntimeMBean

This class is used for monitoring a WebLogic Jolt Connection Pool


Method Summary
abstract  JoltConnectionRuntimeMBean[] getConnections()
          Returns an array of JoltConnectionRuntimeMBeans that each represents the statistics for a Jolt Connection.
abstract  int getMaxCapacity()
          The maximum connections configured for this Jolt pool.
abstract  String getPoolName()
          The configured name of this Jolt pool.
abstract  String getPoolState()
          The pool state as one of 'Active' 'Suspended'.
abstract  boolean isSecurityContextPropagation()
          Indicates whether the security context is propagated.
abstract  int resetConnectionPool()
          Resets the connection pool.

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

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

String getPoolName()

The configured name of this Jolt pool.

Returns:
The poolName value

getMaxCapacity

int getMaxCapacity()

The maximum connections configured for this Jolt pool.

Returns:
The maxCapacity value

getPoolState

String getPoolState()

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

Returns:
The poolState value

isSecurityContextPropagation

boolean isSecurityContextPropagation()

Indicates whether the security context is propagated.

Returns:
The securityContextPropagation value

getConnections

JoltConnectionRuntimeMBean[] getConnections()

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

Returns:
The connections value
See Also:
JoltConnectionRuntimeMBean

resetConnectionPool

int resetConnectionPool()

Resets the connection pool.


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09