org.siebengeisslein.client
Class ConnectionRef.SoftRef

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference<Ref>
          extended by org.siebengeisslein.client.ConnectionRef.SoftRef
Enclosing class:
ConnectionRef

public class ConnectionRef.SoftRef
extends java.lang.ref.SoftReference<Ref>


Constructor Summary
ConnectionRef.SoftRef(Ref ref, long oid)
           
 
Method Summary
protected  long getOid()
           
 
Methods inherited from class java.lang.ref.SoftReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionRef.SoftRef

public ConnectionRef.SoftRef(Ref ref,
                             long oid)
Method Detail

getOid

protected long getOid()