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

Packages that use JMSDestinationKeyMBean
weblogic.management.configuration   
 

Uses of JMSDestinationKeyMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JMSDestinationKeyMBean
 JMSDestinationKeyMBean[] JMSDestCommonMBean.getDestinationKeys()
          Deprecated. A read-only array of the destination keys of the JMS template or destination.
 JMSDestinationKeyMBean[] DomainMBean.getJMSDestinationKeys()
          Deprecated. 9.0.0.0
 JMSDestinationKeyMBean DomainMBean.createJMSDestinationKey(String name)
          Deprecated. 9.0.0.0
 JMSDestinationKeyMBean DomainMBean.lookupJMSDestinationKey(String name)
          Deprecated. 9.0.0.0
 

Methods in weblogic.management.configuration with parameters of type JMSDestinationKeyMBean
 boolean JMSDestCommonMBean.addDestinationKey(JMSDestinationKeyMBean destinationKey)
          Deprecated. Add a destination key to the JMS template or destination.
 void JMSDestCommonMBean.setDestinationKeys(JMSDestinationKeyMBean[] keys)
          Deprecated. Sets the value of the DestinationKeys attribute.
 boolean JMSDestCommonMBean.removeDestinationKey(JMSDestinationKeyMBean destinationKey)
          Deprecated. Remove a destination key from the JMS template or destination.
 void DomainMBean.destroyJMSDestinationKey(JMSDestinationKeyMBean destination)
          Deprecated. 9.0.0.0
 


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