Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements WholeRepositoriesSessionMetricMBean

An MBean to manage repositories.

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Constructor Summary
WholeRepositoriesSessionMetricAdapter(RepositoryManager manager)
           
 
Method Summary
 java.lang.Integer getActiveSessionsCount()
           
 java.lang.Integer getClosedSessionsCount()
           
 java.lang.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 java.lang.Integer getActiveSessionsCount()
Specified by:
getActiveSessionsCount in interface WholeRepositoriesSessionMetricMBean

getClosedSessionsCount

public java.lang.Integer getClosedSessionsCount()
Specified by:
getClosedSessionsCount in interface WholeRepositoriesSessionMetricMBean

getStartedSessionsCount

public java.lang.Integer getStartedSessionsCount()
Specified by:
getStartedSessionsCount in interface WholeRepositoriesSessionMetricMBean

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.