|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.serial.SerialMsg groovyx.gpars.remote.message.NodeConnectedMsg
public class NodeConnectedMsg
Message sent when local node connected to remote host
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 |
---|
private static final long serialVersionUID
public final java.util.UUID nodeId
public final Actor mainActor
Constructor Detail |
---|
public NodeConnectedMsg(LocalNode node)
Method Detail |
---|
public void execute(RemoteConnection conn)
execute
in class SerialMsg
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |