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
 java.lang.String clearCaches()
          Clears the caches.
 int getActiveSessionsCount()
          Return the opened sessions count
 java.lang.String listActiveSessions()
          Lists the opened sessions.
 java.lang.String listRemoteSessions()
          Lists the remote opened sessions
 

Method Detail

listActiveSessions

java.lang.String listActiveSessions()
Lists the opened sessions.


listRemoteSessions

java.lang.String listRemoteSessions()
Lists the remote opened sessions


getActiveSessionsCount

int getActiveSessionsCount()
Return the opened sessions count


clearCaches

java.lang.String clearCaches()
Clears the caches.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.