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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.PersistentStoreMBean

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

Uses of PersistentStoreMBean in weblogic.management.configuration
 

Subinterfaces of PersistentStoreMBean in weblogic.management.configuration
 interface FileStoreMBean
          Defines an instance of the persistent store on the specified target that will keep its persistent objects in files on the filesystem.
 interface JDBCStoreMBean
          Defines an instance of the persistent store that stores its persistent records in a JDBC-accessible database.
 interface ReplicatedStoreMBean
          Defines an instance of a Replicated Store.
 interface TransactionLogJDBCStoreMBean
          This class represents a Transaction Log JDBC Store configuration.
 interface TransactionLogStoreMBean
           
 

Methods in weblogic.management.configuration that return PersistentStoreMBean
 PersistentStoreMBean JMSServerMBean.getPersistentStore()
          The file or database in which this JMS server stores persistent messages.
 PersistentStoreMBean PathServiceMBean.getPersistentStore()
          The name of the persistent store used to store the routing path for this path service instance.
 PersistentStoreMBean SAFAgentMBean.getStore()
          The persistent disk-based file store or JDBC-accessible database for the SAF agent.
 

Methods in weblogic.management.configuration with parameters of type PersistentStoreMBean
 void JMSServerMBean.setPersistentStore(PersistentStoreMBean store)
          Sets the value of the PersistentStore attribute.
 void PathServiceMBean.setPersistentStore(PersistentStoreMBean store)
          Sets the value of the PersistentStore attribute.
 void SAFAgentMBean.setStore(PersistentStoreMBean store)
          Sets the value of the Store attribute.
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02