public final class CacheEntry
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CacheEntry(ObjectLock lock)
Construct a CacheEntry from the given ObjectLock.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getEntry()
Get actual data to be cached.
|
OID |
getOID()
Get OID of the entry to be cached.
|
long |
getTimeStamp()
Get associated time stamp.
|
void |
setEntry(java.lang.Object[] entry)
Set actual data to be cached.
|
void |
setOID(OID oid)
Set OID of the entry to be cached.
|
void |
setTimeStamp(long stamp)
Set associated time stamp.
|
public CacheEntry(ObjectLock lock)
lock - The ObjectLock this CacheEntry should be initialized from.public OID getOID()
public void setOID(OID oid)
oid - OID of the entry to be cached.public java.lang.Object[] getEntry()
public void setEntry(java.lang.Object[] entry)
entry - Actual data to be cached.public long getTimeStamp()
public void setTimeStamp(long stamp)
stamp - Associated time stamp.Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com