Package org.apache.catalina.session
Class ManagerBase.SessionTiming
- java.lang.Object
-
- org.apache.catalina.session.ManagerBase.SessionTiming
-
- Enclosing class:
- ManagerBase
protected static final class ManagerBase.SessionTiming extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SessionTiming(long timestamp, int duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDuration()Return the duration associated with this piece of timing information in seconds.longgetTimestamp()Return the time stamp associated with this piece of timing information in milliseconds.
-
-
-
Method Detail
-
getTimestamp
public long getTimestamp()
Return the time stamp associated with this piece of timing information in milliseconds.- Returns:
- Time stamp associated with this piece of timing information in milliseconds
-
getDuration
public int getDuration()
Return the duration associated with this piece of timing information in seconds.- Returns:
- Duration associated with this piece of timing information in seconds
-
-