Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql.management
Interface RepositoryStatusMBean

All Known Implementing Classes:
RepositoryStatus

public interface RepositoryStatusMBean

Author:
Florent Guillaume

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
 

Method Detail

listActiveSessions

String listActiveSessions()
Lists the opened sessions.


listRemoteSessions

String listRemoteSessions()
Lists the remote opened sessions


getActiveSessionsCount

int getActiveSessionsCount()
Return the opened sessions count


clearCaches

String clearCaches()
Clears the caches.


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.