Groovy Documentation

gpars.remote
Class RemoteNode

java.lang.Object
  gpars.remote.RemoteNode

class RemoteNode

Representation of remote node

author:
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