BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


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
 JDBCSystemResourceMBean[] DomainMBean.getJDBCSystemResources()
          Returns the JDBCSystemResourceMBeans that have been defined for this domain
 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 DomainMBean.lookupJDBCSystemResource(String name)
           
 JDBCSystemResourceMBean ClusterMBean.getDataSourceForSessionPersistence()
          To support HTTP Session failover across data centers, requires a datasource to dump session state on disk.
 JDBCSystemResourceMBean ClusterMBean.getDataSourceForAutomaticMigration()
          The data source that servers in the cluster use to restore session data after being automatically restarted (migrated) on another machine by Node Manager.
 

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 ClusterMBean.setDataSourceForSessionPersistence(JDBCSystemResourceMBean mbean)
          Sets the DataSourceForSessionPersistence attribute.
 void ClusterMBean.setDataSourceForAutomaticMigration(JDBCSystemResourceMBean dataSource)
          Sets the DataSourceForAutomaticMigration attribute.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.