Groovy Documentation

gpars.serial
Class LocalHandle

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

class LocalHandle

author:
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