JDBCOracleDataSourceInstanceRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Runtime MBean for monitoring a JDBC GridLink Data Source instance.

       
Since10.3.4.0
Fully Qualified Interface NameIf 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.


Attributes

This section describes the following attributes:


ActiveConnectionsCurrentCount

The number of connections currently in use by applications.

       
Privileges Read only
Typeint

CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

ConnectionsTotalCount

The cumulative total number of database connections created in this instance since the data source was deployed.

       
Privileges Read only
Typeint

CurrCapacity

The current count of JDBC connections in the connection pool in the data source for this instance.

       
Privileges Read only
Typeint

CurrentWeight

The current weight of the instance.

       
Privileges Read only
Typeint

Enabled

Indicates whether the instance is enabled or disabled:

       
Privileges Read only
Typeboolean

InstanceName

The name of this instance.

       
Privileges Read only
Typejava.lang.String

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

       
Privileges Read only
Typejava.lang.String

NumAvailable

The number of database connections currently available (not in use) in this data source for this instance.

       
Privileges Read only
Typeint

NumUnavailable

The number of database connections that are currently unavailable (in use or being tested by the system) in this instance.

       
Privileges Read only
Typeint

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

       
Privileges Read only
Typeweblogic.management.WebLogicObjectName

Parent

Return the immediate parent for this MBean

       
Privileges Read/Write
Type

Registered

Returns false if the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean

ReserveRequestCount

The cumulative, running count of requests for a connection from this instance.

       
Privileges Read only
Typelong

Signature

The signature that uniquely identifies the instance.

       
Privileges Read only
Typejava.lang.String

State

The current state of the instance within the data source.

Possible states are:

       
Privileges Read only
Typejava.lang.String

Type

Returns the type of the MBean.

       
Privileges Read only
Typejava.lang.String


Operations

This section describes the following operations:


    preDeregister

       
    Operation Name"preDeregister"
    Parametersnull
    Signaturenull
    Returns void
    Exceptions
    • java.lang.Exception