BEA Systems, Inc.

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


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
 

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

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


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