Uses of Class
flex.messaging.Destination

Packages that use Destination
flex.data   
flex.data.adapters   
flex.messaging   
flex.messaging.services   
flex.messaging.services.http   
flex.messaging.services.messaging.adapters   
flex.messaging.services.remoting   
flex.messaging.services.remoting.adapters   
 

Uses of Destination in flex.data
 

Subclasses of Destination in flex.data
 class DataDestination
          Subclass of MessageDestination which provides DataService-specific destination functionality, such as data item paging.
 

Methods in flex.data that return Destination
 Destination DataService.createDestination(String id)
          Creates a DataDestination instance, sets its id, sets it manageable if the DataService that created it is manageable, and sets its Service to the AbstractService that created it.
 

Methods in flex.data with parameters of type Destination
 void DataService.addDestination(Destination destination)
          Casts the Destination into DataDestination and calls super.addDestination
 

Uses of Destination in flex.data.adapters
 

Methods in flex.data.adapters with parameters of type Destination
 void JavaAdapter.setDestination(Destination destination)
          Casts the Destination into DataDestination and calls super.setDestination.
 

Uses of Destination in flex.messaging
 

Subclasses of Destination in flex.messaging
 class FactoryDestination
           
 class MessageDestination
          A logical reference to a MessageDestination.
 

Uses of Destination in flex.messaging.services
 

Methods in flex.messaging.services that return Destination
 Destination AbstractService.createDestination(String id)
          Creates a Destination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
 Destination HTTPProxyService.createDestination(String id)
          Creates a HTTPProxyDestination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
 Destination MessageService.createDestination(String id)
          Creates a MessageDestination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
 Destination RemotingService.createDestination(String id)
          Creates a RemotingDestination instance, sets its id, sets it manageable if the AbstractService that created it is manageable, and sets its Service to the AbstractService that created it.
 Destination Service.createDestination(String id)
          Creates a Destination instance, sets its id, sets it manageable if the Service that created it is manageable, and sets its Service to the Service that created it.
 Destination ServiceAdapter.getDestination()
          Returns the Destination of the ServiceAdapter.
 Destination AbstractService.getDestination(Message message)
          Returns the Destination that the Message targets.
 Destination Service.getDestination(Message message)
          Retrieves the destination in this service for which the given message is intended.
 Destination AbstractService.getDestination(String id)
          Returns the Destination with the specified id or null if no Destination with id exists.
 Destination Service.getDestination(String id)
          Returns the Destination with the specified id or null if no Destination with id exists.
 Destination AbstractService.removeDestination(String id)
          Removes the Destination from the list of destinations known by the AbstractService.
 Destination Service.removeDestination(String id)
          Remove the Destination from the Service.
 

Methods in flex.messaging.services with parameters of type Destination
 void AbstractService.addDestination(Destination destination)
          Adds the Destination instance to the list of destinations known by the AbstractService.
 void HTTPProxyService.addDestination(Destination destination)
          Casts the Destination into HTTPProxyDestination and calls super.addDestination
 void MessageService.addDestination(Destination destination)
          Casts the Destination into MessageDestination and calls super.addDestination
 void RemotingService.addDestination(Destination destination)
          Casts the Destination into RemotingDestination and calls super.addDestination
 void Service.addDestination(Destination destination)
          Adds the Destination to the Service.
 void ServiceAdapter.setDestination(Destination destination)
          Sets the Destination of the ServiceAdapter.
 

Uses of Destination in flex.messaging.services.http
 

Subclasses of Destination in flex.messaging.services.http
 class HTTPProxyDestination
           
 

Methods in flex.messaging.services.http with parameters of type Destination
 void HTTPProxyAdapter.setDestination(Destination destination)
          Casts the Destination into HTTPProxyDestination and calls super.setDestination
 

Uses of Destination in flex.messaging.services.messaging.adapters
 

Methods in flex.messaging.services.messaging.adapters with parameters of type Destination
 void ActionScriptAdapter.setDestination(Destination destination)
          Casts the Destination into MessageDestination and calls super.setDestination
 void JMSAdapter.setDestination(Destination destination)
          Casts the Destination into MessageDestination and calls super.setDestination
 

Uses of Destination in flex.messaging.services.remoting
 

Subclasses of Destination in flex.messaging.services.remoting
 class RemotingDestination
           
 

Uses of Destination in flex.messaging.services.remoting.adapters
 

Methods in flex.messaging.services.remoting.adapters with parameters of type Destination
 void JavaAdapter.setDestination(Destination destination)
          Casts the Destination into RemotingDestination and calls super.setDestination
 



Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/class-use/Destination.html