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.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
abstract  TopicBean JMSBean.createTopic(String name)
          Creates a topic bean and adds it to this JMS module
abstract  TopicBean[] JMSBean.getTopics()
           Defines a publish/subscribe destination type, which are used for asynchronous peer communications.
abstract  TopicBean JMSBean.lookupTopic(String name)
          Locates a topic bean with the given name

 

Methods in weblogic.j2ee.descriptor.wl with parameters of type TopicBean
abstract  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
abstract  TopicBean[] IJMSModuleHelper.findAllInheritedTopicBeans(String templateName, JMSBean module)
          Finder that returns all the TopicBeans 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

 


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