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

java.lang.Object
  extended by org.red5.compatibility.flex.messaging.messages.AbstractMessage
      extended by org.red5.compatibility.flex.messaging.messages.AsyncMessage
          extended by org.red5.compatibility.flex.messaging.messages.CommandMessage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationMessage

public class CommandMessage
extends AsyncMessage

Command message as sent by the mx:RemoteObject tag.

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

Field Summary
 String messageRefType
           
 int operation
          Command id to execute.
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
correlationId
 
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
body, clientId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
CommandMessage()
           
 
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

messageRefType

public String messageRefType

operation

public int operation
Command id to execute.

Constructor Detail

CommandMessage

public CommandMessage()
Method Detail

addParameters

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

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


Copyright © 2006-2009 The Red5 Project