Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.platform.management.adapters
Class HttpSessionMetricAdapter

java.lang.Object
  extended by 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
protected  long createdSessionCount
           
protected  long destroyedSessionCount
           
 
Constructor Summary
HttpSessionMetricAdapter()
           
 
Method Summary
 long getActiveSessionCount()
           
 long getCreatedSessionCount()
           
 long getDestroyedSessionCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createdSessionCount

protected long createdSessionCount

destroyedSessionCount

protected long destroyedSessionCount
Constructor Detail

HttpSessionMetricAdapter

public HttpSessionMetricAdapter()
Method Detail

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

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.