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

Packages that use JMSDestinationMBean
weblogic.management.configuration   
 

Uses of JMSDestinationMBean in weblogic.management.configuration
 

Subinterfaces of JMSDestinationMBean in weblogic.management.configuration
 interface JMSQueueMBean
          Deprecated. 9.0.0.0 Replaced by QueueBean
 interface JMSTopicMBean
          Deprecated. 9.0.0.0 Replaced by TopicBean
 

Methods in weblogic.management.configuration that return JMSDestinationMBean
 JMSDestinationMBean[] JMSTemplateMBean.getDestinations()
          Deprecated. Returns a read-only array of the destinations for the JMS template.
 JMSDestinationMBean[] JMSServerMBean.getDestinations()
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 JMSDestinationMBean JMSDestCommonMBean.getErrorDestination()
          Deprecated. The destination for messages that have reached their redelivery limit, or for expired messages on the destination where the expiration policy is Redirect.
 JMSDestinationMBean[] DomainMBean.getJMSDestinations()
          Deprecated. 9.0.0.0
 JMSDestinationMBean DomainMBean.lookupJMSDestination(String name)
           
 

Methods in weblogic.management.configuration with parameters of type JMSDestinationMBean
 boolean JMSTemplateMBean.addDestination(JMSDestinationMBean destination)
          Deprecated. Adds a destination to the JMS template.
 boolean JMSTemplateMBean.removeDestination(JMSDestinationMBean destination)
          Deprecated. Removes a destination from the JMS template.
 void JMSServerMBean.setDestinations(JMSDestinationMBean[] destinations)
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 boolean JMSServerMBean.addDestination(JMSDestinationMBean destination)
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 boolean JMSServerMBean.removeDestination(JMSDestinationMBean destination)
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 void JMSDestCommonMBean.setErrorDestination(JMSDestinationMBean errorDestination)
          Deprecated. Sets the value of the ErrorDestination attribute.
 


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