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
FieldsModifier and TypeFieldDescriptionprotected longprotected long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglong
-
Field Details
-
createdSessionCount
protected long createdSessionCount -
destroyedSessionCount
protected long destroyedSessionCount
-
-
Constructor Details
-
HttpSessionMetricAdapter
public HttpSessionMetricAdapter()
-
-
Method Details
-
getActiveSessionCount
public long getActiveSessionCount()- Specified by:
getActiveSessionCountin interfaceHttpSessionMetricMBean
-
getDestroyedSessionCount
public long getDestroyedSessionCount()- Specified by:
getDestroyedSessionCountin interfaceHttpSessionMetricMBean
-
getCreatedSessionCount
public long getCreatedSessionCount()- Specified by:
getCreatedSessionCountin interfaceHttpSessionMetricMBean
-