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.j2ee.descriptor.wl.DestinationBean

Packages that use DestinationBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
weblogic.jms.extensions WebLogic Server extensions to JMS. 

 

Uses of DestinationBean in weblogic.j2ee.descriptor.wl

 

Subinterfaces of DestinationBean in weblogic.j2ee.descriptor.wl
 interface QueueBean
          Queues are used for asynchronous peer communications.
 interface TopicBean
          Topics are used for asynchronous peer communications.
 interface UniformDistributedDestinationBean
          A uniform distributed destination is a distributed destination whose members are configured as part of its configuration; since members share the same configuration, they are uniform.
 interface UniformDistributedQueueBean
          A uniform distributed queue is a distributed queue whose members are configured as part of its configuration; since members share the same configuration, they are uniform.
 interface UniformDistributedTopicBean
          A uniform distributed topic is a distributed topic whose members are configured as part of its configuration; since members share the same configuration, they are uniform.

 

Methods in weblogic.j2ee.descriptor.wl that return DestinationBean
abstract  DestinationBean TemplateBean.findErrorDestination(String subDeploymentName)
          Finds the name of the error destination to use when a destination comes from a specific group
abstract  DestinationBean DeliveryFailureParamsBean.getErrorDestination()
          The name of the target error destination for messages that have expired or reached their redelivery limit.
abstract  DestinationBean GroupParamsBean.getErrorDestination()
           Gets the name of the error destination that should be used for members who have the same sub-deployment-name.

 

Methods in weblogic.j2ee.descriptor.wl with parameters of type DestinationBean
abstract  void DeliveryFailureParamsBean.setErrorDestination(DestinationBean errorDestination)
          Sets the value of the ErrorDestination attribute.
abstract  void GroupParamsBean.setErrorDestination(DestinationBean errorDestination)
           Sets the name of the error destination that should be used for members who have the same sub-deployment-name.

 

Uses of DestinationBean in weblogic.jms.extensions

 

Methods in weblogic.jms.extensions that return DestinationBean
abstract  DestinationBean[] IJMSModuleHelper.findAllInheritedDestinations(String templateName, JMSBean module)
          Returns an array of all the JMS destinations(queues/topics) that are inherited from the given Template (name)
static DestinationBean[] JMSModuleHelper.findAllInheritedDestinations(String templateName, JMSBean module)
          Returns an array of all the JMS destinations(queues/topics) that are inherited from the given Template (name)
abstract  DestinationBean IJMSModuleHelper.findDestinationBean(String name, JMSBean module)
          Finder for DestinationBean in a JMS Module
static DestinationBean JMSModuleHelper.findDestinationBean(String name, JMSBean module)
          Finder for DestinationBean in a JMS Module

 


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