Uses of Interface
flex.messaging.messages.Message

Packages that use Message
flex.data   
flex.data.adapters   
flex.messaging   
flex.messaging.client   
flex.messaging.messages   
flex.messaging.services   
flex.messaging.services.http   
flex.messaging.services.messaging.adapters   
flex.messaging.services.remoting.adapters   
 

Uses of Message in flex.data
 

Methods in flex.data with parameters of type Message
 void DataService.peerSyncAndPushOneToPeer(Message message, Object remoteAddress)
          Called from an external server when we are pushing messages individually using the manual message routing.
 Object DataService.serviceMessage(Message message)
          Processes messages of type DataMessage by invoking the requested destination's adapter.
 

Uses of Message in flex.data.adapters
 

Methods in flex.data.adapters with parameters of type Message
 Object JavaAdapter.invoke(Message message)
           
 

Uses of Message in flex.messaging
 

Methods in flex.messaging with parameters of type Message
 flex.messaging.messages.AcknowledgeMessage MessageBroker.routeMessageToService(Message message, Endpoint endpoint)
          You can call this method in order to send a message from your code into the message routing system.
 

Uses of Message in flex.messaging.client
 

Methods in flex.messaging.client with parameters of type Message
 void FlexClientOutboundQueueProcessor.add(List outboundQueue, Message message)
          Always adds a new message to the tail of the queue.
 boolean FlexClientOutboundQueueProcessor.isMessageExpired(Message message)
          Utility method to test whether a message has expired or not.
 

Uses of Message in flex.messaging.messages
 

Classes in flex.messaging.messages that implement Message
 class flex.messaging.messages.AbstractMessage
           
 class AsyncMessage
          This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.
 class CommandMessage
          A message that represents an infrastructure command passed between client and server.
 

Uses of Message in flex.messaging.services
 

Methods in flex.messaging.services with parameters of type Message
 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.
 Set MessageService.getSubscriberIds(Message message, boolean evalSelector)
          Returns a Set of clientIds of the clients subscribed to receive this message.
abstract  Object ServiceAdapter.invoke(Message message)
          Handle a data message intended for this adapter.
 void MessageService.pushMessageToClients(Message message, boolean evalSelector)
          Pushes a message to all clients that are subscribed to the destination targeted by this message.
 void MessageService.pushMessageToClients(Set subscriberIds, Message message, boolean evalSelector)
          This method is not invoked across a cluster, it is always locally invoked.
 void MessageService.sendPushMessageFromPeer(Message message, boolean evalSelector)
          This method sends the passed message to clients connected to other server peer nodes in the cluster.
abstract  Object AbstractService.serviceMessage(Message message)
          Processes messages by invoking the requested destination's adapter.
 Object HTTPProxyService.serviceMessage(Message msg)
          Processes messages of type HTTPMessage by invoking the requested destination's adapter.
 Object MessageService.serviceMessage(Message message)
           
 Object RemotingService.serviceMessage(Message msg)
          Processes messages of type RemotingMessage by invoking the requested destination's adapter.
 Object Service.serviceMessage(Message message)
          Handles a message routed to the service by the MessageBroker.
 void MessageService.serviceMessageFromAdapter(Message message, boolean sendToAllSubscribers)
          This method is called from a messaging adapter to handle the delivery of messages to one or more clients.
 

Uses of Message in flex.messaging.services.http
 

Methods in flex.messaging.services.http with parameters of type Message
 Object HTTPProxyAdapter.invoke(Message msg)
          Handle a data message intended for this adapter.
 Object SOAPProxyAdapter.invoke(Message msg)
           
 

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

Methods in flex.messaging.services.messaging.adapters with parameters of type Message
 Object ActionScriptAdapter.invoke(Message message)
          Handle a data message intended for this adapter.
 Object JMSAdapter.invoke(Message message)
          Publish a message to this adapter's JMS destination.
 

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

Methods in flex.messaging.services.remoting.adapters with parameters of type Message
 Object JavaAdapter.invoke(Message message)
           
 



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/messages/class-use/Message.html