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.JDBCStoreMBean

Packages that use JDBCStoreMBean
weblogic.management.configuration   

 

Uses of JDBCStoreMBean in weblogic.management.configuration

 

Subinterfaces of JDBCStoreMBean in weblogic.management.configuration
 interface TransactionLogJDBCStoreMBean
          This class represents a Transaction Log JDBC Store configuration.

 

Methods in weblogic.management.configuration that return JDBCStoreMBean
abstract  JDBCStoreMBean DomainMBean.createJDBCStore(String name)
          Create a new JDBCStore
abstract  JDBCStoreMBean ResourceGroupTemplateMBean.createJDBCStore(String name)
          Create a new JDBCStore with the specified name.
abstract  JDBCStoreMBean JMSJDBCStoreMBean.getDelegatedBean()
          Deprecated.  
abstract  JDBCStoreMBean[] DomainMBean.getJDBCStores()
          Return file stores defined in this domain
abstract  JDBCStoreMBean[] ResourceGroupTemplateMBean.getJDBCStores()
          The JDBCStores defined in this resource group template.
abstract  JDBCStoreMBean DomainMBean.lookupJDBCStore(String name)
           
abstract  JDBCStoreMBean ResourceGroupTemplateMBean.lookupJDBCStore(String name)
          Finds a JDBCStoreMBean with the specified name

 

Methods in weblogic.management.configuration with parameters of type JDBCStoreMBean
abstract  void DomainMBean.destroyJDBCStore(JDBCStoreMBean store)
          Destroy a file store
abstract  void ResourceGroupTemplateMBean.destroyJDBCStore(JDBCStoreMBean store)
          Destroy The specified JDBCStore.
abstract  void JMSJDBCStoreMBean.setDelegatedBean(JDBCStoreMBean delegate)
          Deprecated.  

 


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