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

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

Uses of TopicBean in weblogic.j2ee.descriptor.wl
 

Subinterfaces of TopicBean in weblogic.j2ee.descriptor.wl
 interface UniformDistributedTopicBean
          A uniform distributed topic is a distributed topic 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 TopicBean
 TopicBean JMSBean.createTopic(String name)
          Creates a topic bean and adds it to this JMS module
 TopicBean[] JMSBean.getTopics()
           Defines a publish/subscribe destination type, which are used for asynchronous peer communications.
 TopicBean JMSBean.lookupTopic(String name)
          Locates a topic bean with the given name
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type TopicBean
 void JMSBean.destroyTopic(TopicBean topic)
          Removes a topic bean from this JMS module
 

Uses of TopicBean in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions that return TopicBean
static TopicBean[] JMSModuleHelper.findAllInheritedTopicBeans(String templateName, JMSBean module)
          Finder that returns all the TopicBeans 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