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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getjdbcDriver()
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.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
-