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

Part Number E27170-01

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
 QueueBean JMSBean.createQueue(String name)
          Creates a queue bean and adds it to this JMS module
 QueueBean[] JMSBean.getQueues()
           Defines a point-to-point destination type, which are used for asynchronous peer communications.
 QueueBean JMSBean.lookupQueue(String name)
          Locates a queue bean with the given name
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type QueueBean
 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
static QueueBean[] JMSModuleHelper.findAllInheritedQueueBeans(String templateName, JMSBean module)
          Finder that returns all the QueueBeans that inherit from the given TemplateBean in a JMS Module
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01