ModeShape Distribution 3.0.0.Alpha5

Uses of Class
org.modeshape.jcr.JcrEngine.State

Packages that use JcrEngine.State
org.modeshape.jcr   
 

Uses of JcrEngine.State in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return JcrEngine.State
 JcrEngine.State JcrEngine.getRepositoryState(String repositoryName)
          Get the state of the deployed Repository instance with the given the name.
 JcrEngine.State JcrRepository.getState()
          Get the state of this JCR repository instance.
 JcrEngine.State JcrEngine.getState()
          Get the running state of this engine.
static JcrEngine.State JcrEngine.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JcrEngine.State[] JcrEngine.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.jcr that return types with arguments of type JcrEngine.State
 Map<String,JcrEngine.State> JcrEngine.getRepositories()
          Get an instantaneous snapshot of the JCR repositories and their state.
 


ModeShape Distribution 3.0.0.Alpha5

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