groovyx.gpars.remote.message
Class NodeConnectedMsg

java.lang.Object
  extended by groovyx.gpars.serial.SerialMsg
      extended by groovyx.gpars.remote.message.NodeConnectedMsg
All Implemented Interfaces:
java.io.Serializable

public class NodeConnectedMsg
extends SerialMsg

Message sent when local node connected to remote host

Author:
Alex Tkachman
See Also:
Serialized Form

Field Summary
 Actor mainActor
           
 java.util.UUID nodeId
          Id of node connected
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.serial.SerialMsg
hostId
 
Constructor Summary
NodeConnectedMsg(LocalNode node)
           
 
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

nodeId

public final java.util.UUID nodeId
Id of node connected


mainActor

public final Actor mainActor
Constructor Detail

NodeConnectedMsg

public NodeConnectedMsg(LocalNode node)
Method Detail

execute

public void execute(RemoteConnection conn)
Overrides:
execute in class SerialMsg

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