com.isti.util
Interface IstiTimeObjectCache.TimeObjectEntry

All Known Subinterfaces:
IstiMessageCachedArchive.ArchivableMsgObjEntry, IstiMessageObjectCache.MessageObjectEntry
All Known Implementing Classes:
IstiMessageCachedArchive.BasicArchivableMsgObjEntry, IstiMessageObjectCache.BasicMessageObjectEntry, IstiTimeObjectCache.BasicTimeObjectEntry
Enclosing class:
IstiTimeObjectCache

public static interface IstiTimeObjectCache.TimeObjectEntry

Time object entry


Method Summary
 java.lang.Object getDataObj()
          Returns the time object.
 int getDataSize()
          Returns the data size for the entry object.
 java.lang.String getKeyStr()
          Returns the data string.
 long getTimeGenerated()
          Returns the time the object was generated.
 

Method Detail

getTimeGenerated

long getTimeGenerated()
Returns the time the object was generated.

Returns:
the time the object was generated.

getDataObj

java.lang.Object getDataObj()
Returns the time object.

Returns:
the time object.

getKeyStr

java.lang.String getKeyStr()
Returns the data string.

Returns:
the data string.

getDataSize

int getDataSize()
Returns the data size for the entry object.

Returns:
The data size for the entry object.