Nuxeo ECM Projects 5.4.3-SNAPSHOT

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)

Constructor Summary
HttpSessionMetricAdapter()
           
 
Method Summary
 long getActiveSessionCount()
           
 long getCreatedSessionCount()
           
 long getDestroyedSessionCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.