Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  JMSDestinationMBean[] JMSServerMBean.getDestinations()
          Deprecated. 9.0.0.0 Replaced with the functionality of JMS modules.
abstract  JMSDestinationMBean[] JMSTemplateMBean.getDestinations()
          Deprecated. Returns a read-only array of the destinations for the JMS template.
abstract  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.
abstract  JMSDestinationMBean[] DomainMBean.getJMSDestinations()
          Deprecated. 9.0.0.0
abstract  JMSDestinationMBean DomainMBean.lookupJMSDestination(String name)
           

 

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

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09