org.alliance.core.comm.rpc
Class NoRouteToHost

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

public class NoRouteToHost
extends RPC

Created by IntelliJ IDEA. User: maciek Date: 2005-dec-30 Time: 22:02:32 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class org.alliance.core.comm.RPC
broadcastable, con, core, fromGuid, hops, manager, routable
 
Constructor Summary
NoRouteToHost()
           
NoRouteToHost(int hostGuid)
           
 
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

NoRouteToHost

public NoRouteToHost()

NoRouteToHost

public NoRouteToHost(int hostGuid)
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