Class HttpSessionMetricAdapter
java.lang.Object
org.nuxeo.ecm.platform.management.adapters.HttpSessionMetricAdapter
- All Implemented Interfaces:
HttpSessionMetricMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
protected long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Field Details
-
createdSessionCount
protected long createdSessionCount -
destroyedSessionCount
protected long destroyedSessionCount
-
-
Constructor Details
-
HttpSessionMetricAdapter
public HttpSessionMetricAdapter()
-
-
Method Details
-
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
-