| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| JDBCSystemResourceMBean | DomainMBean. createJDBCSystemResource(java.lang.String name) | Create a new JDBC system resource. | 
| JDBCSystemResourceMBean | DomainMBean. createJDBCSystemResource(java.lang.String name,
                        java.lang.String descriptorFileName) | Create a new JDBC system resource whose descriptor is stored in
 the given fileName relative to DOMAIN_DIR/config. | 
| JDBCSystemResourceMBean | ResourceGroupTemplateMBean. createJDBCSystemResource(java.lang.String name) | Create a new JDBC system resource. | 
| JDBCSystemResourceMBean | ResourceGroupTemplateMBean. createJDBCSystemResource(java.lang.String name,
                        java.lang.String descriptorFileName) | Create a new JDBC system resource whose descriptor is stored in
 the given fileName relative to DOMAIN_DIR/config. | 
| JDBCSystemResourceMBean | JDBCStoreMBean. getDataSource() | The JDBC data source used by this JDBC store to access its
 backing table. | 
| JDBCSystemResourceMBean | ClusterMBean. getDataSourceForAutomaticMigration() | The data source used by servers in the cluster during migration. | 
| JDBCSystemResourceMBean | ClusterMBean. getDataSourceForJobScheduler() | Data source required to support persistence of jobs scheduled with the
 job scheduler | 
| JDBCSystemResourceMBean | PartitionMBean. getDataSourceForJobScheduler() | The data source required to support the persistence of jobs scheduled with the
 job scheduler. | 
| JDBCSystemResourceMBean | ClusterMBean. getDataSourceForSessionPersistence() | To support HTTP Session failover across data centers, a datasource
 is required to dump session state on disk. | 
| JDBCSystemResourceMBean | WLDFServerDiagnosticMBean. getDiagnosticJDBCResource() | The JDBC data source that the server uses to archive its
 harvested metrics and event data. | 
| JDBCSystemResourceMBean[] | DomainMBean. getJDBCSystemResources() | Returns the JDBCSystemResourceMBeans that have been defined for this domain | 
| JDBCSystemResourceMBean[] | ResourceGroupTemplateMBean. getJDBCSystemResources() | The JDBCSystemResourceMBeans that have been defined for this resource group template. | 
| JDBCSystemResourceMBean | DomainMBean. lookupJDBCSystemResource(java.lang.String name) | |
| JDBCSystemResourceMBean | ResourceGroupTemplateMBean. lookupJDBCSystemResource(java.lang.String name) | Find a JDBCSystemResource with the given name | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DomainMBean. destroyJDBCSystemResource(JDBCSystemResourceMBean bean) | Destroy the given system resource bean and delete the descriptor file
 that it refers to. | 
| void | ResourceGroupTemplateMBean. destroyJDBCSystemResource(JDBCSystemResourceMBean bean) | Destroy the given system resource bean and delete the descriptor file
 that it refers to. | 
| void | JDBCStoreMBean. setDataSource(JDBCSystemResourceMBean dataSource) | Sets the value of the  DataSourceattribute. | 
| void | TransactionLogJDBCStoreMBean. setDataSource(JDBCSystemResourceMBean dataSource) | Sets the value of the  DataSourceattribute. | 
| void | ClusterMBean. setDataSourceForAutomaticMigration(JDBCSystemResourceMBean dataSource) | Sets the DataSourceForAutomaticMigration attribute. | 
| void | ClusterMBean. setDataSourceForJobScheduler(JDBCSystemResourceMBean mbean) | Data source required to support persistence of jobs scheduled with the
 job scheduler | 
| void | PartitionMBean. setDataSourceForJobScheduler(JDBCSystemResourceMBean mbean) | The data source required to support the persistence of jobs scheduled with the
 job scheduler. | 
| void | ClusterMBean. setDataSourceForSessionPersistence(JDBCSystemResourceMBean mbean) | Sets the DataSourceForSessionPersistence attribute. | 
| void | WLDFServerDiagnosticMBean. setDiagnosticJDBCResource(JDBCSystemResourceMBean diagnosticJDBCResource) | Sets the value of the DiagnosticJDBCResource attribute. |