This class is used for monitoring a WebLogic Jolt Connection Pool
If you use the getMBeanInfo
operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.JoltConnectionPoolRuntimeMBean
No factory methods. Instances of this MBean are created automatically.
You can access this MBean from the following MBean attributes:
|
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
Returns an array of JoltConnectionRuntimeMBeans
that each represents the statistics for a Jolt Connection.
For more information, see:
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | JoltConnectionRuntimeMBean[] |
This section describes the following attributes:
The maximum connections configured for this Jolt pool.
Privileges | Read only |
Type | int |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
The configured name of this Jolt pool.
Privileges | Read only |
Type | java.lang.String |
The pool state as one of 'Active' 'Suspended'.
Privileges | Read only |
Type | java.lang.String |
Indicates whether the security context is propagated.
Privileges | Read only |
Type | boolean |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
|
Resets the connection pool.
Operation Name | "resetConnectionPool" |
Parameters | null |
Signature | null |
Returns |
int
|