Runtime MBean for monitoring a JDBC GridLink Data Source instance.
Since | 10.3.4.0 |
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.runtime.JDBCOracleDataSourceInstanceRuntimeMBean
|
Factory Methods | No factory methods. Instances of this MBean are created automatically. |
This section describes the following attributes:
The number of connections currently in use by applications.
Privileges | Read only |
Type | int |
The value from the latest load-balancing advisory
aff
flag for a GridLink data source instance.
Privileges | Read only |
Type | boolean |
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
The cumulative total number of database connections created in this instance since the data source was deployed.
Privileges | Read only |
Type | int |
The current count of JDBC connections in the connection pool in the data source for this instance.
Privileges | Read only |
Type | int |
The current weight of the instance.
Privileges | Read only |
Type | int |
Indicates whether the instance is enabled or disabled:
true if the instance is enabled.
false if the instance is disabled.
Privileges | Read only |
Type | boolean |
The name of this instance.
Privileges | Read only |
Type | java.lang.String |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
The number of database connections currently available (not in use) in this data source for this instance.
Privileges | Read only |
Type | int |
The number of database connections that are currently unavailable (in use or being tested by the system) in this instance.
Privileges | Read only |
Type | int |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
The cumulative, running count of requests for a connection from this instance.
Privileges | Read only |
Type | long |
The signature that uniquely identifies the instance.
Privileges | Read only |
Type | java.lang.String |
The current state of the instance within the data source.
Possible states are:
Enabled - the instance is enabled indicating that there are connections established
Disabled - the instance is disabled due to unavailability
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:
|
Operation Name | "preDeregister" |
Parameters | null |
Signature | null |
Returns |
void
|
Exceptions |
|