BEA Systems, Inc.

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

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.JMSQueueMBean

Packages that use JMSQueueMBean
weblogic.management.configuration   
 

Uses of JMSQueueMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSQueueMBean
 JMSQueueMBean[] JMSServerMBean.getJMSQueues()
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSQueueMBean JMSServerMBean.createJMSQueue(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSQueueMBean JMSServerMBean.createJMSQueue(String name, JMSQueueMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSQueueMBean JMSServerMBean.lookupJMSQueue(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSQueueMBean JMSDistributedQueueMemberMBean.getJMSQueue()
          Deprecated. The physical JMS queue that is associated with this member of the distributed queue set.
 JMSQueueMBean[] DomainMBean.getJMSQueues()
          Deprecated. 9.0.0.0
 JMSQueueMBean DomainMBean.createJMSQueue(String name)
          Deprecated. 9.0.0.0
 JMSQueueMBean DomainMBean.lookupJMSQueue(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSQueueMBean
 JMSQueueMBean JMSServerMBean.createJMSQueue(String name, JMSQueueMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 void JMSServerMBean.destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 void JMSDistributedQueueMemberMBean.setJMSQueue(JMSQueueMBean queue)
          Deprecated. Sets the value of the JMSQueue attribute.
 void DomainMBean.destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0
 


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