Groovy Documentation

gpars.remote
[Java] Class RemoteNode

java.lang.Object
  gpars.remote.RemoteNode

public final class RemoteNode

Representation of remote node

Authors:
Alex Tkachman


Constructor Summary
RemoteNode(UUID id, SerialContext remoteHost, Actor mainActor)

 
Method Summary
UUID getId()

Actor getMainActor()

SerialContext getRemoteHost()

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

RemoteNode

public RemoteNode(UUID id, SerialContext remoteHost, Actor mainActor)


 
Method Detail

getId

public UUID getId()


getMainActor

public Actor getMainActor()


getRemoteHost

public SerialContext getRemoteHost()


toString

@Override
public String toString()


 

Groovy Documentation