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

Packages that use JMSStoreMBean
weblogic.management.configuration   
 

Uses of JMSStoreMBean in weblogic.management.configuration
 

Subinterfaces of JMSStoreMBean in weblogic.management.configuration
 interface JMSFileStoreMBean
          Deprecated. 9.0.0.0 Replaced by FileStoreMBean
 interface JMSJDBCStoreMBean
          Deprecated. 9.0.0.0 Replaced by JDBCStoreMBean
 

Methods in weblogic.management.configuration that return JMSStoreMBean
 JMSStoreMBean WSReliableDeliveryPolicyMBean.getStore()
          Deprecated. 9.0.0.0 use the JMSServer attribute instead
 JMSStoreMBean JMSServerMBean.getStore()
          Deprecated. 9.0.0.0 Replaced with the PersistentStore attribute.
 JMSStoreMBean JMSServerMBean.getPagingStore()
          Deprecated. 9.0.0.0 Replaced with the PagingDirectory attribute.
 JMSStoreMBean[] DomainMBean.getJMSStores()
          Deprecated. 9.0.0.0
 JMSStoreMBean DomainMBean.lookupJMSStore(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSStoreMBean
 void WSReliableDeliveryPolicyMBean.setStore(JMSStoreMBean store)
          Deprecated. 9.0.0.0 use the JMSServer attribute instead
 void JMSServerMBean.setStore(JMSStoreMBean store)
          Deprecated. 9.0.0.0 Replaced with the PersistentStore attribute.
 void JMSServerMBean.setPagingStore(JMSStoreMBean store)
          Deprecated. 9.0.0.0 Replaced with the PagingDirectory attribute.
 


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