Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.management.configuration.JMSQueueMBean

Packages that use JMSQueueMBean
weblogic.jms.extensions WebLogic Server extensions to JMS. 
weblogic.management.configuration   

 

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
abstract  JMSQueueMBean DomainMBean.createJMSQueue(String name)
          Deprecated. 9.0.0.0
abstract  JMSQueueMBean DomainMBean.createJMSQueue(String name, JMSQueueMBean destination)
           
abstract  JMSQueueMBean JMSServerMBean.createJMSQueue(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  JMSQueueMBean JMSServerMBean.createJMSQueue(String name, JMSQueueMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  JMSQueueMBean JMSDistributedQueueMemberMBean.getJMSQueue()
          Deprecated. The physical JMS queue that is associated with this member of the distributed queue set.
abstract  JMSQueueMBean[] DomainMBean.getJMSQueues()
          Deprecated. 9.0.0.0
abstract  JMSQueueMBean[] JMSServerMBean.getJMSQueues()
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  JMSQueueMBean DomainMBean.lookupJMSQueue(String name)
          Deprecated. 9.0.0.0
abstract  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
abstract  JMSQueueMBean DomainMBean.createJMSQueue(String name, JMSQueueMBean destination)
           
abstract  JMSQueueMBean JMSServerMBean.createJMSQueue(String name, JMSQueueMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  void DomainMBean.destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0
abstract  void JMSServerMBean.destroyJMSQueue(JMSQueueMBean queue)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  void JMSDistributedQueueMemberMBean.setJMSQueue(JMSQueueMBean queue)
          Deprecated. Sets the value of the JMSQueue attribute.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09