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.j2ee.descriptor.wl.QueueBean

Packages that use QueueBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
weblogic.jms.extensions WebLogic Server extensions to JMS. 

 

Uses of QueueBean in weblogic.j2ee.descriptor.wl

 

Subinterfaces of QueueBean in weblogic.j2ee.descriptor.wl
 interface UniformDistributedQueueBean
          A uniform distributed queue is a distributed queue whose members are configured as part of its configuration; since members share the same configuration, they are uniform.

 

Methods in weblogic.j2ee.descriptor.wl that return QueueBean
abstract  QueueBean JMSBean.createQueue(String name)
          Creates a queue bean and adds it to this JMS module
abstract  QueueBean[] JMSBean.getQueues()
           Defines a point-to-point destination type, which are used for asynchronous peer communications.
abstract  QueueBean JMSBean.lookupQueue(String name)
          Locates a queue bean with the given name

 

Methods in weblogic.j2ee.descriptor.wl with parameters of type QueueBean
abstract  void JMSBean.destroyQueue(QueueBean queue)
          Removes a queue bean from this JMS module

 

Uses of QueueBean in weblogic.jms.extensions

 

Methods in weblogic.jms.extensions that return QueueBean
abstract  QueueBean[] IJMSModuleHelper.findAllInheritedQueueBeans(String templateName, JMSBean module)
          Finder that returns all the QueueBeans that inherit from the given TemplateBean in a JMS Module
static QueueBean[] JMSModuleHelper.findAllInheritedQueueBeans(String templateName, JMSBean module)
          Finder that returns all the QueueBeans that inherit from the given TemplateBean in a JMS Module

 


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