Groovy Documentation

gpars.remote.message
Class NodeDisconnectedMsg

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

class NodeDisconnectedMsg
extends SerialMsg

Message sent when local node disconnected from remote host

author:
Alex Tkachman


Field Summary
UUID nodeId

Id of node disconnected

 
Constructor Summary
NodeDisconnectedMsg(LocalNode node)

 
Method Summary
void execute(RemoteConnection conn)

 

Field Detail

nodeId

final UUID nodeId
Id of node disconnected


 
Constructor Detail

NodeDisconnectedMsg

public NodeDisconnectedMsg(LocalNode node)


 
Method Detail

execute

@Override
public void execute(RemoteConnection conn)


 

Groovy Documentation