Interface JDBCDataSourceMBean
- 
- All Superinterfaces:
- J2EEManagedObjectMBean
 
 public interface JDBCDataSourceMBean extends J2EEManagedObjectMBean Identifies a physical JDBC data source. For each JDBC data source available to a server there must be one managed object that implements the JDBCDataSource model.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetjdbcDriver()The value of jdbcDriver must be an JDBCDriver OBJECT_NAME that identifies the JDBC driver for the corresponding JDBC data source.- 
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 
- 
 
-