Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.repository
Class JBossRepository

java.lang.Object
  extended by org.nuxeo.ecm.core.repository.JBossRepository
All Implemented Interfaces:
JBossRepositoryMBean

public class JBossRepository
extends Object
implements JBossRepositoryMBean

JBossRepositoryMBean implementation.

Author:
bstefanescu

Constructor Summary
JBossRepository(String name)
           
 
Method Summary
 Repository getRepository()
           
 String listDocumentLocks()
           
 String listOpenedSessions()
           
 String listRegisteredDocumentTypes()
           
 String listRegisteredSchemas()
           
 String listRegisteredTypes()
           
 void restart(boolean reloadTypes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossRepository

public JBossRepository(String name)
Method Detail

getRepository

public Repository getRepository()
                         throws NoSuchRepositoryException
Throws:
NoSuchRepositoryException

listDocumentLocks

public String listDocumentLocks()
Specified by:
listDocumentLocks in interface JBossRepositoryMBean

listOpenedSessions

public String listOpenedSessions()
                          throws NoSuchRepositoryException,
                                 DocumentException
Specified by:
listOpenedSessions in interface JBossRepositoryMBean
Throws:
NoSuchRepositoryException
DocumentException

listRegisteredDocumentTypes

public String listRegisteredDocumentTypes()
Specified by:
listRegisteredDocumentTypes in interface JBossRepositoryMBean

listRegisteredSchemas

public String listRegisteredSchemas()
Specified by:
listRegisteredSchemas in interface JBossRepositoryMBean

listRegisteredTypes

public String listRegisteredTypes()
Specified by:
listRegisteredTypes in interface JBossRepositoryMBean

restart

public void restart(boolean reloadTypes)
Specified by:
restart in interface JBossRepositoryMBean

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.