Package rma.util
Class Timer
java.lang.Object
rma.util.Timer
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_process
-
_name
-
_start
protected long _start -
_stop
protected long _stop
-
-
Constructor Details
-
Timer
-
Timer
-
Timer
public Timer()
-
-
Method Details
-
setName
-
setProcess
-
getProcess
-
getName
-
start
public void start() -
stop
public void stop() -
getStart
public long getStart() -
getStop
public long getStop() -
getTime
public long getTime() -
getSeconds
public int getSeconds() -
getMinutes
public int getMinutes() -
getHours
public int getHours() -
getDays
public int getDays() -
toString
-
setDescription
-
getDescription
-
log
-
log
public void log()
-