Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.management.configuration.JDBCSystemResourceMBean

Packages that use JDBCSystemResourceMBean
weblogic.management.configuration   

 

Uses of JDBCSystemResourceMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return JDBCSystemResourceMBean
abstract  JDBCSystemResourceMBean DomainMBean.createJDBCSystemResource(String name)
          Create a new JDBC system resource.
abstract  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.
abstract  JDBCSystemResourceMBean ResourceGroupTemplateMBean.createJDBCSystemResource(String name)
          Create a new JDBC system resource.
abstract  JDBCSystemResourceMBean ResourceGroupTemplateMBean.createJDBCSystemResource(String name, String descriptorFileName)
          Create a new JDBC system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  JDBCSystemResourceMBean JDBCStoreMBean.getDataSource()
          The JDBC data source used by this JDBC store to access its backing table.
abstract  JDBCSystemResourceMBean ClusterMBean.getDataSourceForAutomaticMigration()
          The data source used by servers in the cluster during migration.
abstract  JDBCSystemResourceMBean ClusterMBean.getDataSourceForJobScheduler()
          Data source required to support persistence of jobs scheduled with the job scheduler
abstract  JDBCSystemResourceMBean PartitionMBean.getDataSourceForJobScheduler()
          The data source required to support the persistence of jobs scheduled with the job scheduler.
abstract  JDBCSystemResourceMBean ClusterMBean.getDataSourceForSessionPersistence()
          To support HTTP Session failover across data centers, a datasource is required to dump session state on disk.
abstract  JDBCSystemResourceMBean WLDFServerDiagnosticMBean.getDiagnosticJDBCResource()
          The JDBC data source that the server uses to archive its harvested metrics and event data.
abstract  JDBCSystemResourceMBean[] DomainMBean.getJDBCSystemResources()
          Returns the JDBCSystemResourceMBeans that have been defined for this domain
abstract  JDBCSystemResourceMBean[] ResourceGroupTemplateMBean.getJDBCSystemResources()
          The JDBCSystemResourceMBeans that have been defined for this resource group template.
abstract  JDBCSystemResourceMBean DomainMBean.lookupJDBCSystemResource(String name)
           
abstract  JDBCSystemResourceMBean ResourceGroupTemplateMBean.lookupJDBCSystemResource(String name)
          Find a JDBCSystemResource with the given name

 

Methods in weblogic.management.configuration with parameters of type JDBCSystemResourceMBean
abstract  void DomainMBean.destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void ResourceGroupTemplateMBean.destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void JDBCStoreMBean.setDataSource(JDBCSystemResourceMBean dataSource)
          Sets the value of the DataSource attribute.
abstract  void TransactionLogJDBCStoreMBean.setDataSource(JDBCSystemResourceMBean dataSource)
          Sets the value of the DataSource attribute.
abstract  void ClusterMBean.setDataSourceForAutomaticMigration(JDBCSystemResourceMBean dataSource)
          Sets the DataSourceForAutomaticMigration attribute.
abstract  void ClusterMBean.setDataSourceForJobScheduler(JDBCSystemResourceMBean mbean)
          Data source required to support persistence of jobs scheduled with the job scheduler
abstract  void PartitionMBean.setDataSourceForJobScheduler(JDBCSystemResourceMBean mbean)
          The data source required to support the persistence of jobs scheduled with the job scheduler.
abstract  void ClusterMBean.setDataSourceForSessionPersistence(JDBCSystemResourceMBean mbean)
          Sets the DataSourceForSessionPersistence attribute.
abstract  void WLDFServerDiagnosticMBean.setDiagnosticJDBCResource(JDBCSystemResourceMBean diagnosticJDBCResource)
          Sets the value of the DiagnosticJDBCResource attribute.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09