groovyx.gpars.serial
Class SerialMsg

java.lang.Object
  extended by groovyx.gpars.serial.SerialMsg
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Actor.RemoteActor.StopActorMsg, Actor.RemoteActor.TerminateActorMsg, DataflowExpression.BindDataflow, HostIdMsg, MessageStream.SendTo, NodeConnectedMsg, NodeDisconnectedMsg, SerialHandle.RemoteSerialHandle.ReleaseHandle

public abstract class SerialMsg
extends java.lang.Object
implements java.io.Serializable

Base class for all messages

Author:
Alex Tkachman, Vaclav Pech
See Also:
Serialized Form

Field Summary
 java.util.UUID hostId
           
private static long serialVersionUID
           
 
Constructor Summary
protected SerialMsg()
           
protected SerialMsg(java.util.UUID hostId)
           
 
Method Summary
 void execute(RemoteConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

hostId

public java.util.UUID hostId
Constructor Detail

SerialMsg

protected SerialMsg()

SerialMsg

protected SerialMsg(java.util.UUID hostId)
Method Detail

execute

public void execute(RemoteConnection conn)

Copyright © 2008–2010 Václav Pech. All Rights Reserved.