org.siebengeisslein.util
Class AbstractCache.AbstractEntry<ResultType>

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference<ResultType>
          extended by org.siebengeisslein.util.AbstractCache.AbstractEntry<ResultType>
Enclosing class:
AbstractCache<Key,Result>

public abstract class AbstractCache.AbstractEntry<ResultType>
extends java.lang.ref.SoftReference<ResultType>


Constructor Summary
AbstractCache.AbstractEntry(ResultType result, java.lang.ref.ReferenceQueue queue)
           
 
Method Summary
 ResultType getEntry()
           
abstract  Key getKey()
           
 
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

AbstractCache.AbstractEntry

public AbstractCache.AbstractEntry(ResultType result,
                                   java.lang.ref.ReferenceQueue queue)
Method Detail

getEntry

public ResultType getEntry()
                    throws UnknownOIDException,
                           java.io.IOException
Throws:
UnknownOIDException
java.io.IOException

getKey

public abstract Key getKey()