Groovy Documentation

gpars.serial
[Java] Class LocalHandle

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

public final class LocalHandle

Authors:
Alex Tkachman


Constructor Summary
LocalHandle(UUID id)

 
Method Summary
UUID getId()

protected Object readResolve()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

LocalHandle

public LocalHandle(UUID id)


 
Method Detail

getId

public UUID getId()


readResolve

@SuppressWarnings({"UnusedDeclaration", "ProtectedMemberInFinalClass"})
protected Object readResolve()


 

Groovy Documentation