Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

Uses of Interface
weblogic.management.configuration.JDBCSystemResourceMBean

Packages that use JDBCSystemResourceMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of JDBCSystemResourceMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JDBCSystemResourceMBean
 JDBCSystemResourceMBean DomainMBean.createJDBCSystemResource(String name)
          Create a new JDBC system resource.
 JDBCSystemResourceMBean DomainMBean.createJDBCSystemResource(String name, 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 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 DomainMBean.lookupJDBCSystemResource(String name)
           
 

Methods in weblogic.management.configuration with parameters of type JDBCSystemResourceMBean
 void DomainMBean.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 DataSource attribute.
 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 ClusterMBean.setDataSourceForSessionPersistence(JDBCSystemResourceMBean mbean)
          Sets the DataSourceForSessionPersistence attribute.
 void WLDFServerDiagnosticMBean.setDiagnosticJDBCResource(JDBCSystemResourceMBean diagnosticJDBCResource)
          Sets the value of the DiagnosticJDBCResource attribute.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02