public interface JDBCServiceRuntimeMBean extends RuntimeMBean, HealthFeedback
This class is used for monitoring a WebLogic JDBC service. It maps to a JDBCResource JMO.
| Modifier and Type | Method and Description | 
|---|---|
HealthState | 
getHealthState()
The health state of the JDBC subsystem. 
 | 
JDBCDataSourceRuntimeMBean[] | 
getJDBCDataSourceRuntimeMBeans()
The list of JDBCDataSourceRuntimeMBeans created in
 this domain. 
 | 
JDBCDriverRuntimeMBean[] | 
getJDBCDriverRuntimeMBeans()
The list of JDBCDriverRuntimeMBeans created in
 this domain. 
 | 
JDBCMultiDataSourceRuntimeMBean[] | 
getJDBCMultiDataSourceRuntimeMBeans()
The list of JDBCMultiDataSourceRuntimeMBeans created in
 this domain. 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerJDBCDataSourceRuntimeMBean[] getJDBCDataSourceRuntimeMBeans()
JDBCMultiDataSourceRuntimeMBean[] getJDBCMultiDataSourceRuntimeMBeans()
JDBCDriverRuntimeMBean[] getJDBCDriverRuntimeMBeans()
HealthState getHealthState()
The health state of the JDBC subsystem.
getHealthState in interface HealthFeedback