Uses of Class
flex.messaging.Destination

Packages that use Destination
flex.management.runtime.messaging Management classes for runtime monitoring and management. 
flex.messaging Messaging classes. 
flex.messaging.services Message service classes. 
flex.messaging.services.http Proxy service classes. 
flex.messaging.services.messaging.adapters Service adapter classes. 
flex.messaging.services.remoting Remoting service classes. 
flex.messaging.services.remoting.adapters Remoting service adapter classes. 
 

Uses of Destination in flex.management.runtime.messaging
 

Constructors in flex.management.runtime.messaging with parameters of type Destination
DestinationControl(Destination destination, BaseControl parent)
          Constructs a new DestinationControl instance.
MessageDestinationControl(Destination destination, BaseControl parent)
          Constructs a new MessageDestinationControl instance.
 

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 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 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 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 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 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 RemotingService.addDestination(Destination destination)
          Casts the Destination into RemotingDestination and calls super.addDestination.
 void HTTPProxyService.addDestination(Destination destination)
          Casts the Destination into HTTPProxyDestination and calls super.addDestination.
 void AbstractService.addDestination(Destination destination)
          Adds the Destination instance to the list of destinations known by the AbstractService.
 void MessageService.addDestination(Destination destination)
          Casts the Destination into MessageDestination 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
          Subclass of Destination which provides HTTP Proxy-specific destination functionality.
 

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
          A logical reference to a 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 © 2008 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/blazeds/1/javadoc/flex/messaging/class-use/Destination.html