org.xworker.cache
类 ThingEntry

java.lang.Object
  继承者 org.xworker.cache.ThingEntry

public class ThingEntry
extends java.lang.Object

若引用事物。

作者:
zyx

字段摘要
protected  long lastmodified
           
protected  java.lang.String path
           
protected  java.lang.ref.WeakReference<Thing> thingReference
           
 
构造方法摘要
ThingEntry(java.lang.String path, Thing thing)
           
ThingEntry(Thing thing)
           
 
方法摘要
 java.lang.String getPath()
           
 Thing getThing()
           
 boolean isChanged()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

path

protected java.lang.String path

lastmodified

protected long lastmodified

thingReference

protected java.lang.ref.WeakReference<Thing> thingReference
构造方法详细信息

ThingEntry

public ThingEntry(Thing thing)

ThingEntry

public ThingEntry(java.lang.String path,
                  Thing thing)
方法详细信息

getPath

public java.lang.String getPath()

getThing

public Thing getThing()

isChanged

public boolean isChanged()