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

An MBean to manage SQL storage repositories.

Author:
Florent Guillaume

Constructor Summary
RepositoryStatus()
           
 
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
 
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 java.lang.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 java.lang.String clearCaches()
Description copied from interface: RepositoryStatusMBean
Clears the caches.

Specified by:
clearCaches in interface RepositoryStatusMBean

listRemoteSessions

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

Specified by:
listRemoteSessions in interface RepositoryStatusMBean

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.