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 Details

    • getjdbcDriver

      String getjdbcDriver()
      The value of jdbcDriver must be an JDBCDriver OBJECT_NAME that identifies the JDBC driver for the corresponding JDBC data source.