|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpars.serial.RemoteHandle
public abstract class RemoteHandle
Field Summary | |
---|---|
protected UUID |
hostId
|
protected UUID |
serialId
|
Constructor Summary | |
RemoteHandle(UUID hostId, UUID id)
|
Method Summary | |
---|---|
protected WithSerialId
|
createObject(SerialContext context)
|
protected Object
|
readResolve()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final UUID hostId
protected final UUID serialId
Constructor Detail |
---|
public RemoteHandle(UUID hostId, UUID id)
Method Detail |
---|
protected WithSerialId createObject(SerialContext context)
@SuppressWarnings({"CatchGenericClass", "UnusedDeclaration", "OverlyBroadCatchBlock"}) protected final Object readResolve()
Groovy Documentation