Interface HttpSessionMetricMBean
-
- All Known Implementing Classes:
HttpSessionMetricAdapter
public interface HttpSessionMetricMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActiveSessionCount()longgetCreatedSessionCount()longgetDestroyedSessionCount()
-
-
-
Method Detail
-
getActiveSessionCount
long getActiveSessionCount()
-
getCreatedSessionCount
long getCreatedSessionCount()
-
getDestroyedSessionCount
long getDestroyedSessionCount()
-
-