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.JMSBean

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

Uses of JMSBean in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions with parameters of type JMSBean
static DestinationBean[] JMSModuleHelper.findAllInheritedDestinations(String templateName, JMSBean module)
          Returns an array of all the JMS destinations(queues/topics) that are inherited from the given Template (name)
static QueueBean[] JMSModuleHelper.findAllInheritedQueueBeans(String templateName, JMSBean module)
          Finder that returns all the QueueBeans that inherit from the given TemplateBean in a JMS Module
static TopicBean[] JMSModuleHelper.findAllInheritedTopicBeans(String templateName, JMSBean module)
          Finder that returns all the TopicBeans that inherit from the given TemplateBean in a JMS Module
static DestinationBean JMSModuleHelper.findDestinationBean(String name, JMSBean module)
          Finder for DestinationBean in a JMS Module
 

Uses of JMSBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSBean
 JMSBean JMSSystemResourceMBean.getJMSResource()
           
 


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