|
Kieker 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.currentTimeEventGenerator.TimestampEvent
public class TimestampEvent
Record type which can be used to store the current time in the field
timestamp
.
Constructor Summary | |
---|---|
TimestampEvent(long currenTime)
Creates a new TimestampEvent with the given timestamp. |
Method Summary | |
---|---|
long |
getTimestamp()
Returns the current time. |
void |
setTimestamp(long timestamp)
Sets the current time to the given value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimestampEvent(long currenTime)
TimestampEvent
with the given timestamp.
currenTime
- Method Detail |
---|
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
-
|
Kieker 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |