Groovy Documentation

gpars.remote.message
Class NodeConnectedMsg

java.lang.Object
  groovyx.gpars.serial.SerialMsg
      gpars.remote.message.NodeConnectedMsg

class NodeConnectedMsg
extends SerialMsg

Message sent when local node connected to remote host

author:
Alex Tkachman


Field Summary
Actor mainActor

UUID nodeId

Id of node connected

 
Constructor Summary
NodeConnectedMsg(LocalNode node)

 
Method Summary
void execute(RemoteConnection conn)

 

Field Detail

mainActor

final Actor mainActor


nodeId

final UUID nodeId
Id of node connected


 
Constructor Detail

NodeConnectedMsg

public NodeConnectedMsg(LocalNode node)


 
Method Detail

execute

@Override
public void execute(RemoteConnection conn)


 

Groovy Documentation