|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.util.ElapsedTimer
public class ElapsedTimer
ElapsedTimer: Utility class for keep track of the duration an object has been in existence.
| Constructor Summary | |
|---|---|
ElapsedTimer()
Construct a new ElapsedTimer and start the clock |
|
| Method Summary | |
|---|---|
java.util.Date |
getDate()
Get the date the object was created |
String |
getDateString()
Get the date object was created as formatted String |
long |
getTime()
Get elapsed time object in existence (milliseconds) |
double |
getTimeSeconds()
Get elapsed time object in seconds |
String |
getTimeString()
Get elapsed time object in existence as formatted String (Ex: 3 days 2 minutes 5 seconds) |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElapsedTimer()
| Method Detail |
|---|
public java.util.Date getDate()
public String getDateString()
public long getTime()
public double getTimeSeconds()
public String getTimeString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||