Actuator
Class TextMessageActuator

java.lang.Object
  extended by Actuator.TextMessageActuator
All Implemented Interfaces:
IMessageCompose

public class TextMessageActuator
extends java.lang.Object
implements IMessageCompose

Author:
Paul

Constructor Summary
TextMessageActuator(java.lang.String fName)
           
TextMessageActuator(java.lang.String File, IParseOperations pOperations)
           
 
Method Summary
 byte[] MessageCompose(AbstractMessage Message)
          Takes an object describing the message and converts it into a stream of bytes that can be sent as a network message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextMessageActuator

public TextMessageActuator(java.lang.String File,
                           IParseOperations pOperations)

TextMessageActuator

public TextMessageActuator(java.lang.String fName)
Method Detail

MessageCompose

public byte[] MessageCompose(AbstractMessage Message)
Description copied from interface: IMessageCompose
Takes an object describing the message and converts it into a stream of bytes that can be sent as a network message.

Specified by:
MessageCompose in interface IMessageCompose
Parameters:
Message - The object describing the data to fill the message
Returns:
A byte array with the network message