This class is used for monitoring a WebLogic Connector 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.ConnectorConnectionPoolRuntimeMBean
Since 6.1.0.0
No factory methods. Instances of this MBean are created automatically.
You can access this MBean from the following MBean attributes:
|
|
Because this MBean extends or implements LogRuntimeMBean, you can also access this MBean by retrieving LogRuntimeMBeans. The following attributes contain LogRuntimeMBeans and its subtypes:
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
|
An array of ConnectorConnectionRuntimeMBeans that
each represents the statistics for a Connector Connection.
For more information, see:
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
| Privileges | Read only |
| Type | ConnectorConnectionRuntimeMBean[] |
Get the RuntimeMBean that allows monitoring and control of the log file.
| Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
| Privileges | Read only |
| Type | LogRuntimeMBean |
This section describes the following attributes:
The current total active connections.
| Privileges | Read only |
| Type | int |
The high water mark of active connections in this Connector Pool since the pool was instantiated.
| Privileges | Read only |
| Type | int |
The running average usage of created connections that are active in the Connector Pool since the pool was last shrunk.
| Privileges | Read only |
| Type | int |
The initial capacity configured for this Connector connection pool.
| Privileges | Read only |
| Type | int |
The number of connections that were closed for the connection pool.
| Privileges | Read only |
| Type | long |
The ConnectionFactoryName of this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
For 1.0 link-ref resource adapters only, the base resource adapter's connection factory name.
| Privileges | Read only |
| Type | java.lang.String |
The number of Idle connection profiles stored for this pool.
Deprecated.
| Privileges | Read only |
| Type | int |
An array of count LeakProfiles starting at the passed index, in the entire array of Idle profiles.
Deprecated.
| Privileges | Read only |
| Type | class weblogic.jdbc.common.internal.ConnectionLeakProfile[] |
The number of Leak connection profiles stored for this pool.
Deprecated.
| Privileges | Read only |
| Type | int |
An array of count LeakProfiles
Deprecated.
| Privileges | Read only |
| Type | class weblogic.jdbc.common.internal.ConnectionLeakProfile[] |
Indicates whether connection profiling is enabled for this pool.
Deprecated.
| Privileges | Read only |
| Type | boolean |
The total number of Connector connections created in this Connector Pool since the pool is instantiated.
| Privileges | Read only |
| Type | int |
Return the number of connections that were destroyed because an error event was recieved.
| Privileges | Read only |
| Type | int |
Return the number of connections that were destroyed as a result of shrinking.
| Privileges | Read only |
| Type | int |
The total number of Connector connections destroyed in this Connector Pool since the pool is instantiated.
| Privileges | Read only |
| Type | int |
The total number of times a request for a Connector connections was satisfied via the use of an existing created connection since the pool is instantiated.
| Privileges | Read only |
| Type | int |
The total number of rejected requests for a Connector connections in this Connector Pool since the pool is instantiated.
| Privileges | Read only |
| Type | int |
The EIS type of this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
The PoolSize of this Connector connection pool.
| Privileges | Read only |
| Type | long |
The EISResourceId of this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
The current total free connections.
| Privileges | Read only |
| Type | int |
The high water mark of free connections in this Connector Pool since the pool was instantiated.
| Privileges | Read only |
| Type | int |
The FreePoolSizeHighWaterMark of this Connector connection pool.
| Privileges | Read only |
| Type | long |
The FreePoolSizeLowWaterMark of this Connector connection pool.
| Privileges | Read only |
| Type | long |
Gets the highest number of waiters.
| Privileges | Read only |
| Type | long |
The initial capacity configured for this Connector connection pool.
| Privileges | Read only |
| Type | int |
The configured JNDI Name for the Connection Factory using this Connector connection pool.
Deprecated.
| Privileges | Read only |
| Type | java.lang.String |
The configured Key for the Connection Factory using this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
Return the last time that the pool was shrunk.
| Privileges | Read only |
| Type | long |
The Log File used by the Resource Adapter for this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
Indicates whether logging is enabled for this Connector connection pool.
| Privileges | Read only |
| Type | boolean |
The ManagedConnectionFactoryName of this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
The maximum capacity configured for this Connector connection pool.
| Privileges | Read only |
| Type | int |
The configured MaxIdle time for this pool
| Privileges | Read only |
| Type | int |
Get the MCF class name.
| Privileges | Read only |
| Type | java.lang.String |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
| Privileges | Read only |
| Type | java.lang.String |
The total number of idle connections detected in the life time of this pool.
Deprecated.
| Privileges | Read only |
| Type | int |
The total number of leaked connections detected in the life time of this pool.
Deprecated.
| Privileges | Read only |
| Type | int |
Return the number of unavailable connections.
| Privileges | Read only |
| Type | int |
Return the highest unavailable number of connections at any given time.
| Privileges | Read only |
| Type | int |
Gets the current number of waiters.
| Privileges | Read only |
| Type | long |
Return the number of waiters.
| Privileges | Read only |
| Type | int |
Return the immediate parent for this MBean
| Privileges | Read/Write |
| Type |
The configured Logical Name for the Connection Factory using this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
The PoolSizeHighWaterMark of this Connector connection pool.
| Privileges | Read only |
| Type | long |
The PoolSizeLowWaterMark of this Connector connection pool.
| Privileges | Read only |
| Type | long |
Return a flag indicating if the proxy is on. Returns true if it is.
| Privileges | Read only |
| Type | boolean |
The total number of Connector connections that have been recycled in this Connector Pool since the pool is instantiated.
| Privileges | Read only |
| Type | int |
The Resource Adapter Link Reference for cases where this Connection Factory refers to an existing Resource Adapter deployment.
Deprecated.
| Privileges | Read only |
| Type | java.lang.String |
Get the resource link.
| Privileges | Read only |
| Type | java.lang.String |
The amount of time left (in minutes) until an attempt to shrink the pool will be made.
| Privileges | Read only |
| Type | int |
Specifies whether shrinking of this Connector connection pool is enabled.
| Privileges | Read only |
| Type | boolean |
The Shrink Period (in minutes) of this Connector connection pool.
| Privileges | Read only |
| Type | int |
Get the state of the pool.
| Privileges | Read only |
| Type | java.lang.String |
This indicates whether the connection pool is testable or not.
| Privileges | Read only |
| Type | boolean |
The transaction support level for the Resource Adapter for this Connector connection pool.
| Privileges | Read only |
| Type | java.lang.String |
Returns the type of the MBean.
| Privileges | Read only |
| Type | java.lang.String |
This section describes the following operations:
Forces the rotation of the underlying log immediately.
| Operation Name | "forceLogRotation" |
| Parameters | null |
| Signature | null |
| Returns |
void
|
weblogic.management.ManagementException
An array of count LeakProfiles starting at the passed index, in the entire array of Idle profiles.
Deprecated.
| Operation Name | "getConnectionIdleProfiles" |
| Parameters | Object [] {
index, count }
where:
|
| Signature | String [] {
"java.lang.Integer",
"java.lang.Integer" } |
| Returns |
class |
An array of count LeakProfiles starting at the passed index, in the entire array of Leak profiles.
Deprecated.
| Operation Name | "getConnectionLeakProfiles" |
| Parameters | Object [] {
index, count }
where:
|
| Signature | String [] {
"java.lang.Integer",
"java.lang.Integer" } |
| Returns |
class |
Test all the available connections in the pool. Returns true if all the connections passed the test and false it at least one failed the test.
| Operation Name | "testPool" |
| Parameters | null |
| Signature | null |
| Returns |
boolean
|