Interface RecordableInactiveSessionStatistics
-
- All Superinterfaces:
InactiveSessionStatistics,Recordable<ImmutableSessionMetaData>
- All Known Implementing Classes:
DistributableInactiveSessionStatistics
public interface RecordableInactiveSessionStatistics extends InactiveSessionStatistics, Recordable<ImmutableSessionMetaData>
RecordableInactiveSessionStatistics.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.web.session.InactiveSessionStatistics
getExpiredSessionCount, getMaxSessionLifetime, getMeanSessionLifetime
-
Methods inherited from interface org.wildfly.clustering.ee.Recordable
record, reset
-
-