org.nuxeo.ecm.platform.management.adapters
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)
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
createdSessionCount
protected long createdSessionCount
destroyedSessionCount
protected long destroyedSessionCount
HttpSessionMetricAdapter
public HttpSessionMetricAdapter()
getActiveSessionCount
public long getActiveSessionCount()
- Specified by:
 getActiveSessionCount in interface HttpSessionMetricMBean
 
 
getDestroyedSessionCount
public long getDestroyedSessionCount()
- Specified by:
 getDestroyedSessionCount in interface HttpSessionMetricMBean
 
 
getCreatedSessionCount
public long getCreatedSessionCount()
- Specified by:
 getCreatedSessionCount in interface HttpSessionMetricMBean
 
 
Copyright © 2010 Nuxeo SAS. All Rights Reserved.