org.red5.compatibility.flex.messaging.messages
Class AsyncMessage

java.lang.Object
  extended by org.red5.compatibility.flex.messaging.messages.AbstractMessage
      extended by org.red5.compatibility.flex.messaging.messages.AsyncMessage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AcknowledgeMessage, CommandMessage, DataMessage, ErrorMessage, RemotingMessage, SequencedMessage

public class AsyncMessage
extends AbstractMessage

Base class for for asynchronous Flex compatibility messages.

Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
See Also:
Serialized Form

Field Summary
 String correlationId
          Id of message this message belongs to.
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
body, clientId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
AsyncMessage()
           
 
Method Summary
protected  void addParameters(StringBuilder result)
          Add message properties to string.
 
Methods inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

correlationId

public String correlationId
Id of message this message belongs to.

Constructor Detail

AsyncMessage

public AsyncMessage()
Method Detail

addParameters

protected void addParameters(StringBuilder result)
Add message properties to string.

Overrides:
addParameters in class AbstractMessage
Parameters:
result - StringBuilder to add properties to


Copyright © 2006-2009 The Red5 Project