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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.JMSQueueMBean

Packages that use JMSQueueMBean
weblogic.jms.extensions WebLogic Server extensions to JMS. 
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of JMSQueueMBean in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions that return JMSQueueMBean
static JMSQueueMBean JMSHelper.getJMSQueueConfigMBean(Context ctx, Queue jmsQueue)
          Deprecated. Retrieve the JMS queue configuration MBean for the associated JMS queue.
static JMSQueueMBean JMSHelper.getJMSQueueConfigMBean(Context ctx, String jmsServerName, String queueName)
          Deprecated. Retrieve the JMS queue configuration MBean for the specified JMS queue name on the specified JMS server.
 

Uses of JMSQueueMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSQueueMBean
 JMSQueueMBean DomainMBean.createJMSQueue(String name)
          Deprecated. 9.0.0.0
 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 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[] JMSServerMBean.getJMSQueues()
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSQueueMBean DomainMBean.lookupJMSQueue(String name)
          Deprecated. 9.0.0.0
 JMSQueueMBean JMSServerMBean.lookupJMSQueue(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 

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 DomainMBean.destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0
 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.
 


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