Groovy Documentation

gpars.serial
Class SerialMsg

java.lang.Object
  gpars.serial.SerialMsg
All Implemented Interfaces:
Serializable

class SerialMsg

Base class for all messages

author:
Alex Tkachman, Vaclav Pech


Field Summary
UUID hostId

 
Constructor Summary
protected SerialMsg()

protected SerialMsg(UUID hostId)

 
Method Summary
void execute(RemoteConnection conn)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

hostId

UUID hostId


 
Constructor Detail

SerialMsg

protected SerialMsg()


SerialMsg

protected SerialMsg(UUID hostId)


 
Method Detail

execute

public void execute(RemoteConnection conn)


 

Groovy Documentation