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

Packages that use JMSDistributedQueueMemberMBean
weblogic.management.configuration   
 

Uses of JMSDistributedQueueMemberMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSDistributedQueueMemberMBean
 JMSDistributedQueueMemberMBean[] JMSDistributedQueueMBean.getMembers()
          Deprecated. All the members for this distributed queue.
 JMSDistributedQueueMemberMBean[] JMSDistributedQueueMBean.getJMSDistributedQueueMembers()
          Deprecated. Get all the Members
 JMSDistributedQueueMemberMBean JMSDistributedQueueMBean.createJMSDistributedQueueMember(String name)
          Deprecated. Create a new diagnostic deployment that can be targeted to a server
 JMSDistributedQueueMemberMBean[] DomainMBean.getJMSDistributedQueueMembers()
          Deprecated. 9.0.0.0
 JMSDistributedQueueMemberMBean DomainMBean.createJMSDistributedQueueMember(String name)
          Deprecated. 9.0.0.0
 JMSDistributedQueueMemberMBean DomainMBean.lookupJMSDistributedQueueMember(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSDistributedQueueMemberMBean
 void JMSDistributedQueueMBean.setMembers(JMSDistributedQueueMemberMBean[] members)
          Deprecated. Sets the value of the Members attribute.
 boolean JMSDistributedQueueMBean.addMember(JMSDistributedQueueMemberMBean Member)
          Deprecated. Add a member to this distributed queue.
 boolean JMSDistributedQueueMBean.removeMember(JMSDistributedQueueMemberMBean member)
          Deprecated. Remove a member from this distributed queue.
 void JMSDistributedQueueMBean.destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean member)
          Deprecated. Delete a diagnostic deployment configuration from the domain.
 void JMSDistributedQueueMBean.destroyJMSDistributedQueueMember(String name, JMSDistributedQueueMemberMBean member)
          Deprecated. This method is to support removeMember() which is relic of old mbean infrastructure
 void DomainMBean.destroyJMSDistributedQueueMember(JMSDistributedQueueMemberMBean queue)
          Deprecated. 9.0.0.0
 


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