ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.NoSuchRepositoryException

Packages that use NoSuchRepositoryException
org.modeshape.jcr   
 

Uses of NoSuchRepositoryException in org.modeshape.jcr
 

Methods in org.modeshape.jcr that throw NoSuchRepositoryException
 JcrRepository ModeShapeEngine.getRepository(String repositoryName)
          Get the deployed Repository instance with the given the name.
 RepositoryConfiguration ModeShapeEngine.getRepositoryConfiguration(String repositoryName)
          Get the immutable configuration for the repository with the supplied name.
 ModeShapeEngine.State ModeShapeEngine.getRepositoryState(String repositoryName)
          Get the state of the deployed Repository instance with the given the name.
 Future<Boolean> ModeShapeEngine.shutdownRepository(String repositoryName)
          Asynchronously shutdown the deployed Repository instance with the given the name, and return a future that will return whether the Repository instance is shutdown.
 Future<JcrRepository> ModeShapeEngine.startRepository(String repositoryName)
          Asynchronously start the deployed Repository instance with the given the name, and return a future that will return the Repository instance.
 Future<Boolean> ModeShapeEngine.undeploy(String repositoryName)
          Stop and undeploy the named Repository.
 Future<JcrRepository> ModeShapeEngine.update(String repositoryName, Changes changes)
          Update the configuration of a deployed repository by applying the set of changes to that repository's configuration.
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.