ModeShape Distribution 3.0.0.Alpha5

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 JcrEngine.getRepository(String repositoryName)
          Get the deployed Repository instance with the given the name.
 RepositoryConfiguration JcrEngine.getRepositoryConfiguration(String repositoryName)
          Get the immutable configuration for the repository with the supplied name.
 JcrEngine.State JcrEngine.getRepositoryState(String repositoryName)
          Get the state of the deployed Repository instance with the given the name.
 Future<Boolean> JcrEngine.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> JcrEngine.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> JcrEngine.undeploy(String repositoryName)
          Stop and undeploy the named Repository.
 Future<JcrRepository> JcrEngine.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.Alpha5

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