Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 String listDocumentLocks()
           
 String listOpenedSessions()
           
 String listRegisteredDocumentTypes()
           
 String listRegisteredSchemas()
           
 String listRegisteredTypes()
           
 void restart(boolean reloadTypes)
           
 

Method Detail

listOpenedSessions

String listOpenedSessions()
                          throws Exception
Throws:
Exception

listRegisteredTypes

String listRegisteredTypes()
                           throws Exception
Throws:
Exception

listRegisteredDocumentTypes

String listRegisteredDocumentTypes()
                                   throws Exception
Throws:
Exception

listRegisteredSchemas

String listRegisteredSchemas()
                             throws Exception
Throws:
Exception

listDocumentLocks

String listDocumentLocks()
                         throws Exception
Throws:
Exception

restart

void restart(boolean reloadTypes)
             throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.