Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06

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 weblogic.j2ee.descriptor.wl.QueueBean
 interface JMSTopicMBean
          Deprecated. 9.0.0.0 Replaced by weblogic.j2ee.descriptor.wl.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 JMSServerMBean.addDestination(JMSDestinationMBean destination)
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 boolean JMSTemplateMBean.removeDestination(JMSDestinationMBean destination)
          Deprecated. Removes a destination from the JMS template.
 boolean JMSServerMBean.removeDestination(JMSDestinationMBean destination)
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 void JMSServerMBean.setDestinations(JMSDestinationMBean[] destinations)
          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.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06