|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCOracleDataSourceInstanceRuntimeMBean
Runtime MBean for monitoring a JDBC GridLink Data Source instance.
Method Summary | |
---|---|
int |
getActiveConnectionsCurrentCount()
The number of connections currently in use by applications. |
int |
getConnectionsTotalCount()
The cumulative total number of database connections created in this instance since the data source was deployed. |
int |
getCurrCapacity()
The current count of JDBC connections in the connection pool in the data source for this instance. |
int |
getCurrentWeight()
The current weight of the instance. |
String |
getInstanceName()
The name of this instance. |
int |
getNumAvailable()
The number of database connections currently available (not in use) in this data source for this instance. |
int |
getNumUnavailable()
The number of database connections that are currently unavailable (in use or being tested by the system) in this instance. |
long |
getReserveRequestCount()
The cumulative, running count of requests for a connection from this instance. |
String |
getSignature()
The signature that uniquely identifies the instance. |
String |
getState()
The current state of the instance within the data source. |
boolean |
isAffEnabled()
The value from the latest load-balancing advisory aff flag for a GridLink data source instance. |
boolean |
isEnabled()
Indicates whether the instance is enabled or disabled: true if the instance is enabled. false if the instance is disabled. |
Methods inherited from interface weblogic.management.WebLogicMBean |
---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent |
Methods inherited from interface javax.management.DynamicMBean |
---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
---|
postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Method Detail |
---|
String getInstanceName()
String getSignature()
int getCurrentWeight()
int getActiveConnectionsCurrentCount()
The number of connections currently in use by applications.
long getReserveRequestCount()
The cumulative, running count of requests for a connection from this instance.
int getConnectionsTotalCount()
The cumulative total number of database connections created in this instance since the data source was deployed.
int getCurrCapacity()
The current count of JDBC connections in the connection pool in the data source for this instance.
int getNumAvailable()
The number of database connections currently available (not in use) in this data source for this instance.
int getNumUnavailable()
The number of database connections that are currently unavailable (in use or being tested by the system) in this instance.
boolean isEnabled()
String getState()
The current state of the instance within the data source.
Possible states are:
boolean isAffEnabled()
aff
flag for a GridLink data source instance.
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |