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

Part Number E27170-01

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
 DestinationBean TemplateBean.findErrorDestination(String subDeploymentName)
          Finds the name of the error destination to use when a destination comes from a specific group
 DestinationBean DeliveryFailureParamsBean.getErrorDestination()
          The name of the target error destination for messages that have expired or reached their redelivery limit.
 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
 void DeliveryFailureParamsBean.setErrorDestination(DestinationBean errorDestination)
          Sets the value of the ErrorDestination attribute.
 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
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)
static DestinationBean JMSModuleHelper.findDestinationBean(String name, JMSBean module)
          Finder for DestinationBean in a JMS Module
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01