Interface JDBCResourceMBean
- All Superinterfaces:
- J2EEManagedObjectMBean,- J2EEResourceMBean
The JDBCResource model identifies a JDBC resource. A JDBC resource manages
 one or more JDBC data sources. For each JDBC resource provided on a server, there
 must be one JDBCResource OBJECT_NAME in the servers resources list that
 identifies it.
- 
Method SummaryModifier and TypeMethodDescriptionString[]Identifies the JDBC data sources available on the corresponding JDBC resource.Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
- 
Method Details- 
getjdbcDataSourcesString[] getjdbcDataSources()Identifies the JDBC data sources available on the corresponding JDBC resource. For each JDBC data source available on this JDBC resource there must be one JDBCDataSource OBJECT_NAME in the jdbcDataSources list.
 
-