Package thredds.ui.monitor
Class ServletLogTable.Uptime
- java.lang.Object
-
- thredds.ui.monitor.ServletLogTable.Uptime
-
- Enclosing class:
- ServletLogTable
public class ServletLogTable.Uptime extends Object
-
-
Constructor Summary
Constructors Constructor Description Uptime()
Uptime(ServletLogParser.ServletLog log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndDate()
long
getEndSeq()
long
getEndTime()
int
getN()
String
getStartDate()
long
getStartSeq()
long
getStartTime()
-
-
-
Constructor Detail
-
Uptime
public Uptime()
-
Uptime
public Uptime(ServletLogParser.ServletLog log)
-
-