Interface HttpSessionMetricMBean
- All Known Implementing Classes:
HttpSessionMetricAdapter
public interface HttpSessionMetricMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Method Details
-
getActiveSessionCount
long getActiveSessionCount() -
getCreatedSessionCount
long getCreatedSessionCount() -
getDestroyedSessionCount
long getDestroyedSessionCount()
-