public class ConnectionPoolRuntimeMBeanImpl
extends weblogic.management.runtime.RuntimeMBeanDelegate
implements weblogic.management.runtime.JoltConnectionPoolRuntimeMBean
| Modifier and Type | Field and Description |
|---|---|
static boolean |
spawnNewPool
CR282181
add variable spawnNewPool related with env bea.jolt.spawnNewPool,
true is the default value means it need to spawn a new SessionPool, otherwise means
reuse the origional one.
|
| Constructor and Description |
|---|
ConnectionPoolRuntimeMBeanImpl(SessionPool pool,
SessionPoolManager mgr) |
| Modifier and Type | Method and Description |
|---|---|
weblogic.management.runtime.JoltConnectionRuntimeMBean[] |
getConnections() |
int |
getMaxCapacity() |
java.lang.String |
getPoolName()
Implements JoltConnectionPoolRuntimeMBean interface
|
java.lang.String |
getPoolState() |
boolean |
isSecurityContextPropagation() |
int |
resetConnectionPool() |
compareTo, disableNotifications, enableNotifications, getAttribute, getAttributes, getMBeanInfo, getMBeanType, getName, getObjectName, getParent, getSetAttributes, getType, invoke, invokeLocally, isAdmin, isCachingDisabled, isConfig, isRegistered, isRuntime, isSet, postDeregister, postRegister, postRegister, preDeregister, preRegister, sendNotification, setAttribute, setAttributes, setName, setParent, setParent, setType, toString, unSetaddNotificationListener, getNotificationInfo, removeNotificationListener, removeNotificationListenerequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespublic static boolean spawnNewPool
public ConnectionPoolRuntimeMBeanImpl(SessionPool pool, SessionPoolManager mgr) throws weblogic.management.ManagementException
weblogic.management.ManagementExceptionpublic java.lang.String getPoolName()
getPoolName in interface weblogic.management.runtime.JoltConnectionPoolRuntimeMBeanpublic int getMaxCapacity()
getMaxCapacity in interface weblogic.management.runtime.JoltConnectionPoolRuntimeMBeanpublic java.lang.String getPoolState()
getPoolState in interface weblogic.management.runtime.JoltConnectionPoolRuntimeMBeanpublic boolean isSecurityContextPropagation()
isSecurityContextPropagation in interface weblogic.management.runtime.JoltConnectionPoolRuntimeMBeanpublic weblogic.management.runtime.JoltConnectionRuntimeMBean[] getConnections()
getConnections in interface weblogic.management.runtime.JoltConnectionPoolRuntimeMBeanpublic int resetConnectionPool()
resetConnectionPool in interface weblogic.management.runtime.JoltConnectionPoolRuntimeMBeanCopyright © 1996, 2024, Oracle and/or its affiliates.