groovyx.gpars.remote
Class RemoteNode
java.lang.Object
groovyx.gpars.remote.RemoteNode
public final class RemoteNode
- extends java.lang.Object
Representation of remote node
- Author:
- Alex Tkachman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
private final java.util.UUID id
remoteHost
private final SerialContext remoteHost
mainActor
private final Actor mainActor
RemoteNode
public RemoteNode(java.util.UUID id,
SerialContext remoteHost,
Actor mainActor)
getId
public java.util.UUID getId()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getMainActor
public Actor getMainActor()
getRemoteHost
public SerialContext getRemoteHost()