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.management.configuration.JMSTopicMBean

Packages that use JMSTopicMBean
weblogic.jms.extensions WebLogic Server extensions to JMS. 
weblogic.management.configuration   

 

Uses of JMSTopicMBean in weblogic.jms.extensions

 

Methods in weblogic.jms.extensions that return JMSTopicMBean
static JMSTopicMBean JMSHelper.getJMSTopicConfigMBean(Context ctx, Topic jmsTopic)
          Deprecated. Retrieve the JMS topic configuration MBean for the associated JMS topic.
static JMSTopicMBean JMSHelper.getJMSTopicConfigMBean(Context ctx, String jmsServerName, String topicName)
          Deprecated. Retrieve the JMS topic configuration MBean for the specified JMS topic name on the specified JMS server.

 

Uses of JMSTopicMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return JMSTopicMBean
abstract  JMSTopicMBean DomainMBean.createJMSTopic(String name)
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean DomainMBean.createJMSTopic(String name, JMSTopicMBean destination)
           
abstract  JMSTopicMBean JMSServerMBean.createJMSTopic(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  JMSTopicMBean JMSServerMBean.createJMSTopic(String name, JMSTopicMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  JMSTopicMBean JMSDistributedTopicMemberMBean.getJMSTopic()
          Deprecated. The physical JMS topic associated with this member of the distributed topic set.
abstract  JMSTopicMBean[] DomainMBean.getJMSTopics()
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean[] JMSServerMBean.getJMSTopics()
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  JMSTopicMBean DomainMBean.lookupJMSTopic(String name)
          Deprecated. 9.0.0.0
abstract  JMSTopicMBean JMSServerMBean.lookupJMSTopic(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.

 

Methods in weblogic.management.configuration with parameters of type JMSTopicMBean
abstract  JMSTopicMBean DomainMBean.createJMSTopic(String name, JMSTopicMBean destination)
           
abstract  JMSTopicMBean JMSServerMBean.createJMSTopic(String name, JMSTopicMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  void DomainMBean.destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0
abstract  void JMSServerMBean.destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
abstract  void JMSDistributedTopicMemberMBean.setJMSTopic(JMSTopicMBean topic)
          Deprecated. Sets the value of the JMSTopic attribute.

 


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