Class HttpSessionMetricAdapter
- java.lang.Object
-
- org.nuxeo.ecm.platform.management.adapters.HttpSessionMetricAdapter
-
- All Implemented Interfaces:
HttpSessionMetricMBean
public class HttpSessionMetricAdapter extends Object implements HttpSessionMetricMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Field Summary
Fields Modifier and Type Field Description protected longcreatedSessionCountprotected longdestroyedSessionCount
-
Constructor Summary
Constructors Constructor Description HttpSessionMetricAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetActiveSessionCount()longgetCreatedSessionCount()longgetDestroyedSessionCount()
-
-
-
Method Detail
-
getActiveSessionCount
public long getActiveSessionCount()
- Specified by:
getActiveSessionCountin interfaceHttpSessionMetricMBean
-
getDestroyedSessionCount
public long getDestroyedSessionCount()
- Specified by:
getDestroyedSessionCountin interfaceHttpSessionMetricMBean
-
getCreatedSessionCount
public long getCreatedSessionCount()
- Specified by:
getCreatedSessionCountin interfaceHttpSessionMetricMBean
-
-