Interface InactiveSessionStatistics
-
public interface InactiveSessionStatisticsStatistics for inactive sessions.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExpiredSessionCount()DurationgetMaxSessionLifetime()DurationgetMeanSessionLifetime()
-
-
-
Method Detail
-
getExpiredSessionCount
long getExpiredSessionCount()
- Returns:
- The number of expired sessions
-
getMaxSessionLifetime
Duration getMaxSessionLifetime()
- Returns:
- The longest a session has been alive, as a time duration
-
getMeanSessionLifetime
Duration getMeanSessionLifetime()
- Returns:
- The average session lifetime, as a time duration
-
-