Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.management.adapters.WholeRepositoriesSessionMetricAdapter
All Implemented Interfaces:
WholeRepositoriesSessionMetricMBean

public class WholeRepositoriesSessionMetricAdapter
extends Object
implements WholeRepositoriesSessionMetricMBean

An MBean to manage repositories.

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Constructor Summary
WholeRepositoriesSessionMetricAdapter(RepositoryManager manager)
           
 
Method Summary
 Integer getActiveSessionsCount()
           
 Integer getClosedSessionsCount()
           
 Integer getStartedSessionsCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholeRepositoriesSessionMetricAdapter

public WholeRepositoriesSessionMetricAdapter(RepositoryManager manager)
Method Detail

getActiveSessionsCount

public Integer getActiveSessionsCount()
Specified by:
getActiveSessionsCount in interface WholeRepositoriesSessionMetricMBean

getClosedSessionsCount

public Integer getClosedSessionsCount()
Specified by:
getClosedSessionsCount in interface WholeRepositoriesSessionMetricMBean

getStartedSessionsCount

public Integer getStartedSessionsCount()
Specified by:
getStartedSessionsCount in interface WholeRepositoriesSessionMetricMBean

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.