org.alliance.core.comm.rpc.messageboard
Class PostMessage

java.lang.Object
  extended by org.alliance.core.comm.RPC
      extended by org.alliance.core.comm.rpc.messageboard.PostMessage

public class PostMessage
extends RPC

Created by IntelliJ IDEA. User: Pontus Date: 2006-apr-18 Time: 20:38:52 This is sent when a new message is posted in the message board.


Field Summary
 
Fields inherited from class org.alliance.core.comm.RPC
broadcastable, con, core, fromGuid, hops, manager, routable
 
Constructor Summary
PostMessage(Message msg)
           
 
Method Summary
 void execute(Packet in)
           
 Packet serializeTo(Packet out)
           
 
Methods inherited from class org.alliance.core.comm.RPC
init, init, isBroadcastable, isInitialized, isRoutable, send, send, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostMessage

public PostMessage(Message msg)
Method Detail

execute

public void execute(Packet in)
             throws java.io.IOException
Specified by:
execute in class RPC
Throws:
java.io.IOException

serializeTo

public Packet serializeTo(Packet out)
Specified by:
serializeTo in class RPC