Groovy Documentation

gpars.serial
Class SerialHandle.RemoteSerialHandle

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

class SerialHandle.RemoteSerialHandle
extends SerialHandle

Nested Class Summary
class SerialHandle.RemoteSerialHandle.ReleaseHandle

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

 
Method Summary
void finalizeReference()

 
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.RemoteSerialHandle

private SerialHandle.RemoteSerialHandle(WithSerialId obj, UUID uuid)


 
Method Detail

finalizeReference

@Override
public void finalizeReference()


 

Groovy Documentation