groovyx.gpars.serial
Class SerialHandle.RemoteSerialHandle

java.lang.Object
  extended by org.codehaus.groovy.util.ManagedReference<WithSerialId>
      extended by groovyx.gpars.serial.SerialHandle
          extended by groovyx.gpars.serial.SerialHandle.RemoteSerialHandle
All Implemented Interfaces:
org.codehaus.groovy.util.Finalizable
Enclosing class:
SerialHandle

private static class SerialHandle.RemoteSerialHandle
extends SerialHandle


Nested Class Summary
static class SerialHandle.RemoteSerialHandle.ReleaseHandle
           
 
Field Summary
 
Fields inherited from class groovyx.gpars.serial.SerialHandle
context, serialId
 
Constructor Summary
private SerialHandle.RemoteSerialHandle(WithSerialId obj, java.util.UUID uuid)
           
 
Method Summary
 void finalizeReference()
           
 
Methods inherited from class groovyx.gpars.serial.SerialHandle
create, getSerialId, getSubscribers, subscribe, unsubscribe
 
Methods inherited from class org.codehaus.groovy.util.ManagedReference
clear, get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialHandle.RemoteSerialHandle

private SerialHandle.RemoteSerialHandle(WithSerialId obj,
                                        java.util.UUID uuid)
Method Detail

finalizeReference

public void finalizeReference()
Specified by:
finalizeReference in interface org.codehaus.groovy.util.Finalizable
Overrides:
finalizeReference in class SerialHandle

Copyright © 2008–2010 Václav Pech. All Rights Reserved.