groovyx.gpars.remote.message
Class NodeDisconnectedMsg

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

public class NodeDisconnectedMsg
extends SerialMsg

Message sent when local node disconnected from remote host

Author:
Alex Tkachman
See Also:
Serialized Form

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

Constructor Detail

NodeDisconnectedMsg

public NodeDisconnectedMsg(LocalNode node)
Method Detail

execute

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

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