public class TimeStampManager
extends java.lang.Object
| Constructor and Description |
|---|
TimeStampManager()
Constructs a time stamp manager.
|
| Modifier and Type | Method and Description |
|---|---|
long |
newTimeStamp()
Issue and returns an new time stamp.
|
void |
setTimeStamp(TimeStamped object)
Sets the time stamp of the specified time-stamped object
to a new time stamp issued by this time stamp manager.
|
public long newTimeStamp()
public void setTimeStamp(TimeStamped object)