com.ibm.websphere.management.j2ee

Interface JDBCResourceMBean

  • All Superinterfaces:
    J2EEManagedObjectMBean, J2EEResourceMBean


    public interface JDBCResourceMBean
    extends 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 Detail

      • getjdbcDataSources

        java.lang.String[] 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.