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

Packages that use JMSDistributedTopicMemberMBean
weblogic.management.configuration   
 

Uses of JMSDistributedTopicMemberMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSDistributedTopicMemberMBean
 JMSDistributedTopicMemberMBean[] JMSDistributedTopicMBean.getMembers()
          Deprecated. The members for this distributed topic.
 JMSDistributedTopicMemberMBean[] JMSDistributedTopicMBean.getJMSDistributedTopicMembers()
          Deprecated. Get all the Members
 JMSDistributedTopicMemberMBean JMSDistributedTopicMBean.createJMSDistributedTopicMember(String name)
          Deprecated. Create a new diagnostic deployment that can be targeted to a server
 JMSDistributedTopicMemberMBean[] DomainMBean.getJMSDistributedTopicMembers()
          Deprecated. 9.0.0.0
 JMSDistributedTopicMemberMBean DomainMBean.createJMSDistributedTopicMember(String name)
          Deprecated. 9.0.0.0
 JMSDistributedTopicMemberMBean DomainMBean.lookupJMSDistributedTopicMember(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSDistributedTopicMemberMBean
 void JMSDistributedTopicMBean.setMembers(JMSDistributedTopicMemberMBean[] members)
          Deprecated. Sets the value of the Members attribute.
 boolean JMSDistributedTopicMBean.addMember(JMSDistributedTopicMemberMBean Member)
          Deprecated. Add a member to this distributed topic.
 boolean JMSDistributedTopicMBean.removeMember(JMSDistributedTopicMemberMBean member)
          Deprecated. Remove a member from this distributed topic.
 void JMSDistributedTopicMBean.destroyJMSDistributedTopicMember(JMSDistributedTopicMemberMBean member)
          Deprecated. Delete a diagnostic deployment configuration from the domain.
 void JMSDistributedTopicMBean.destroyJMSDistributedTopicMember(String name, JMSDistributedTopicMemberMBean member)
          Deprecated. This method is to support removeMember() which is relic of old mbean infrastructure
 void DomainMBean.destroyJMSDistributedTopicMember(JMSDistributedTopicMemberMBean 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.