public class Time extends Object
Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
Date |
getNowDate()
Get the current time as a
Date . |
long |
getNowMillis()
Get the current time in milli seconds.
|
long |
getNowNanos()
Get the current time in nano seconds.
|
Date |
getStartDate()
Get the Execution Context "start" time as a
Date . |
long |
getStartMillis()
Get the Execution Context "start" time in milli seconds.
|
long |
getStartNanos()
Get the Execution Context "start" time in nano seconds.
|
String |
toString() |
public static final String BEAN_ID
public long getStartMillis()
public long getStartNanos()
public Date getStartDate()
Date
.
This is the time at which the message processing started.Date
.public long getNowMillis()
public long getNowNanos()
public Date getNowDate()
Date
.Date
.Copyright © 2020. All rights reserved.