| java.lang.Object org.cougaar.core.blackboard.TimestampEntry
Field Summary | |
final public static long | UNKNOWN_TIME The "unknown time" is used when the time was not
recorded. |
Constructor Summary | |
public | TimestampEntry(long creationTime, long lastModTime) |
UNKNOWN_TIME | final public static long UNKNOWN_TIME(Code) | | The "unknown time" is used when the time was not
recorded.
|
TimestampEntry | public TimestampEntry(long creationTime, long lastModTime)(Code) | | |
getCreationTime | public long getCreationTime()(Code) | | Get the creation time.
|
getModificationTime | public long getModificationTime()(Code) | | Get the most recent modification time, or the creation
time if the object has never been modified.
|
private_setCreationTime | void private_setCreationTime(long creationTime)(Code) | | Package-private modifier for the creation time -- for
infrastructure use only!.
This is only used before the instance is released
to the clients, after which the instance is no longer
modified and presents an immutable API.
|
|
|