Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql.management
Class RepositoryStatus

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.management.RepositoryStatus
All Implemented Interfaces:
RepositoryStatusMBean

public class RepositoryStatus
extends Object
implements RepositoryStatusMBean

An MBean to manage SQL storage repositories.

Author:
Florent Guillaume

Constructor Summary
RepositoryStatus()
           
 
Method Summary
 String clearCaches()
          Clears the caches.
 int getActiveSessionsCount()
          Return the opened sessions count
 String listActiveSessions()
          Lists the opened sessions.
 String listRemoteSessions()
          Lists the remote opened sessions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryStatus

public RepositoryStatus()
Method Detail

listActiveSessions

public String listActiveSessions()
Description copied from interface: RepositoryStatusMBean
Lists the opened sessions.

Specified by:
listActiveSessions in interface RepositoryStatusMBean

getActiveSessionsCount

public int getActiveSessionsCount()
Description copied from interface: RepositoryStatusMBean
Return the opened sessions count

Specified by:
getActiveSessionsCount in interface RepositoryStatusMBean

clearCaches

public String clearCaches()
Description copied from interface: RepositoryStatusMBean
Clears the caches.

Specified by:
clearCaches in interface RepositoryStatusMBean

listRemoteSessions

public String listRemoteSessions()
Description copied from interface: RepositoryStatusMBean
Lists the remote opened sessions

Specified by:
listRemoteSessions in interface RepositoryStatusMBean

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.