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 Object
Method Summary |
int |
getDuration()
Duration associated with this piece of timing information in seconds. |
long |
getTimestamp()
Time stamp associated with this piece of timing information in
milliseconds. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagerBase.SessionTiming
public ManagerBase.SessionTiming(long timestamp,
int duration)
getTimestamp
public long getTimestamp()
- Time stamp associated with this piece of timing information in
milliseconds.
getDuration
public int getDuration()
- Duration associated with this piece of timing information in seconds.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.