Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.repository
Interface JBossRepositoryMBean

All Known Implementing Classes:
JBossRepository

public interface JBossRepositoryMBean

Managed bean to be used in JBoss to introspect repository state and configuration.

Author:
bstefanescu

Method Summary
 java.lang.String listDocumentLocks()
           
 java.lang.String listOpenedSessions()
           
 java.lang.String listRegisteredDocumentTypes()
           
 java.lang.String listRegisteredSchemas()
           
 java.lang.String listRegisteredTypes()
           
 void restart(boolean reloadTypes)
           
 

Method Detail

listOpenedSessions

java.lang.String listOpenedSessions()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

listRegisteredTypes

java.lang.String listRegisteredTypes()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

listRegisteredDocumentTypes

java.lang.String listRegisteredDocumentTypes()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

listRegisteredSchemas

java.lang.String listRegisteredSchemas()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

listDocumentLocks

java.lang.String listDocumentLocks()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

restart

void restart(boolean reloadTypes)
             throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.