Groovy Documentation

gpars.serial
[Java] Class RemoteHandle

java.lang.Object
  gpars.serial.RemoteHandle
All Implemented Interfaces:
Serializable

public abstract class RemoteHandle

Authors:
Alex Tkachman


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

hostId

protected final UUID hostId


serialId

protected final UUID serialId


 
Constructor Detail

RemoteHandle

public RemoteHandle(UUID hostId, UUID id)


 
Method Detail

createObject

protected WithSerialId createObject(SerialContext context)


readResolve

@SuppressWarnings({"CatchGenericClass", "UnusedDeclaration", "OverlyBroadCatchBlock"})
protected final Object readResolve()


 

Groovy Documentation