org.codehaus.gpars

groovyx.gpars.remote
[Java] Class RemoteNode

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

public final class RemoteNode

Representation of remote node

Authors:
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
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

id

private final java.util.UUID id


mainActor

private final Actor mainActor


remoteHost

private final SerialContext remoteHost


 
Constructor Detail

RemoteNode

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


 
Method Detail

getId

public java.util.UUID getId()


getMainActor

public Actor getMainActor()


getRemoteHost

public SerialContext getRemoteHost()


toString

@java.lang.Override
public java.lang.String toString()


 

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