java.io.Serializablepublic final class CacheEntry
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description | 
|---|---|
CacheEntry() | 
|
CacheEntry(OID oid,
          java.lang.Object[] entry,
          long timeStamp) | 
| Modifier and Type | Method | 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()
public CacheEntry(OID oid, java.lang.Object[] entry, long timeStamp)
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-2008. All rights reserved http://www.intalio.com