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 long
createdSessionCount
protected long
destroyedSessionCount
-
Constructor Summary
Constructors Constructor Description HttpSessionMetricAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getActiveSessionCount()
long
getCreatedSessionCount()
long
getDestroyedSessionCount()
-
-
-
Method Detail
-
getActiveSessionCount
public long getActiveSessionCount()
- Specified by:
getActiveSessionCount
in interfaceHttpSessionMetricMBean
-
getDestroyedSessionCount
public long getDestroyedSessionCount()
- Specified by:
getDestroyedSessionCount
in interfaceHttpSessionMetricMBean
-
getCreatedSessionCount
public long getCreatedSessionCount()
- Specified by:
getCreatedSessionCount
in interfaceHttpSessionMetricMBean
-
-