org.xorm.cache
Class KeyedSoftReference

java.lang.Object
  |
  +--java.lang.ref.Reference
        |
        +--java.lang.ref.SoftReference
              |
              +--org.xorm.cache.KeyedSoftReference

public class KeyedSoftReference
extends SoftReference


Constructor Summary
KeyedSoftReference(Object referent, Object key)
           
KeyedSoftReference(Object referent, ReferenceQueue queue, Object key)
           
 
Method Summary
 Object 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

KeyedSoftReference

public KeyedSoftReference(Object referent,
                          Object key)

KeyedSoftReference

public KeyedSoftReference(Object referent,
                          ReferenceQueue queue,
                          Object key)
Method Detail

getKey

public Object getKey()


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/cache/KeyedSoftReference.html,v 1.3 2004/05/30 08:55:04 wbiggs Exp $