BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.JMSTopicMBean

Packages that use JMSTopicMBean
weblogic.management.configuration   
 

Uses of JMSTopicMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSTopicMBean
 JMSTopicMBean[] JMSServerMBean.getJMSTopics()
          Deprecated. 9.0.0.0 Replaced with the JMS module functionality.
 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 JMSServerMBean.lookupJMSTopic(String name)
          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 DomainMBean.createJMSTopic(String name)
          Deprecated. 9.0.0.0
 JMSTopicMBean DomainMBean.lookupJMSTopic(String name)
          Deprecated. 9.0.0.0
 

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 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.
 void DomainMBean.destroyJMSTopic(JMSTopicMBean topic)
          Deprecated. 9.0.0.0
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.