Groovy Documentation

gpars.serial
Class SerialHandle.LocalSerialHandle

java.lang.Object
  org.codehaus.groovy.util.ManagedReference
      gpars.serial.SerialHandle
          gpars.serial.SerialHandle.LocalSerialHandle

class SerialHandle.LocalSerialHandle
extends SerialHandle

Field Summary
 
Fields inherited from class SerialHandle
context, serialId
 
Constructor Summary
SerialHandle.LocalSerialHandle(WithSerialId obj, UUID uuid)

 
Method Summary
 
Methods inherited from class SerialHandle
create, finalizeReference, getSerialId, getSubscribers, subscribe, unsubscribe
 
Methods inherited from class org.codehaus.groovy.util.ManagedReference
get, clear, finalizeReference, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SerialHandle.LocalSerialHandle

public SerialHandle.LocalSerialHandle(WithSerialId obj, UUID uuid)


 

Groovy Documentation