|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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, 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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |