groovyx.gpars.remote
Class RemoteNode

java.lang.Object
  extended by groovyx.gpars.remote.RemoteNode

public final class RemoteNode
extends java.lang.Object

Representation of remote node

Author:
Alex Tkachman

Field Summary
private  java.util.UUID id
           
private  Actor mainActor
           
private  SerialContext remoteHost
           
 
Constructor Summary
RemoteNode(java.util.UUID id, SerialContext remoteHost, Actor mainActor)
           
 
Method Summary
 java.util.UUID getId()
           
 Actor getMainActor()
           
 SerialContext getRemoteHost()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private final java.util.UUID id

remoteHost

private final SerialContext remoteHost

mainActor

private final Actor mainActor
Constructor Detail

RemoteNode

public RemoteNode(java.util.UUID id,
                  SerialContext remoteHost,
                  Actor mainActor)
Method Detail

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()

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