Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.JMSDestinationMBean

Packages that use JMSDestinationMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

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[] JMSServerMBean.getDestinations()
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 JMSDestinationMBean[] JMSTemplateMBean.getDestinations()
          Deprecated. Returns a read-only array of the destinations for the JMS template.
 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 JMSServerMBean.addDestination(JMSDestinationMBean destination)
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
 boolean JMSTemplateMBean.addDestination(JMSDestinationMBean destination)
          Deprecated. Adds a destination to the JMS template.
 boolean JMSServerMBean.removeDestination(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.
 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, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02