|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgpars.remote.RemoteNode
class RemoteNode
Representation of remote node
| 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 |
|---|
public RemoteNode(UUID id, SerialContext remoteHost, Actor mainActor)
| Method Detail |
|---|
public UUID getId()
public Actor getMainActor()
public SerialContext getRemoteHost()
@Override public String toString()
Groovy Documentation