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

Part Number E27170-02

Uses of Interface
weblogic.management.configuration.JMSTopicMBean

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

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
 JMSTopicMBean DomainMBean.createJMSTopic(String name)
          Deprecated. 9.0.0.0
 JMSTopicMBean JMSServerMBean.createJMSTopic(String name)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSTopicMBean JMSServerMBean.createJMSTopic(String name, JMSTopicMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSTopicMBean JMSDistributedTopicMemberMBean.getJMSTopic()
          Deprecated. The physical JMS topic associated with this member of the distributed topic set.
 JMSTopicMBean[] DomainMBean.getJMSTopics()
          Deprecated. 9.0.0.0
 JMSTopicMBean[] JMSServerMBean.getJMSTopics()
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 JMSTopicMBean DomainMBean.lookupJMSTopic(String name)
          Deprecated. 9.0.0.0
 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
 JMSTopicMBean JMSServerMBean.createJMSTopic(String name, JMSTopicMBean toClone)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 void DomainMBean.destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0
 void JMSServerMBean.destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 void JMSDistributedTopicMemberMBean.setJMSTopic(JMSTopicMBean topic)
          Deprecated. Sets the value of the JMSTopic attribute.
 


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-02