ModeShape Distribution 3.0.0.CR1

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

Packages that use ModeShapeEngine.State
org.modeshape.jcr   
 

Uses of ModeShapeEngine.State in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return ModeShapeEngine.State
 ModeShapeEngine.State ModeShapeEngine.getRepositoryState(String repositoryName)
          Get the state of the deployed Repository instance with the given the name.
 ModeShapeEngine.State ModeShapeEngine.getState()
          Get the running state of this engine.
 ModeShapeEngine.State JcrRepository.getState()
          Get the state of this JCR repository instance.
static ModeShapeEngine.State ModeShapeEngine.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModeShapeEngine.State[] ModeShapeEngine.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 ModeShapeEngine.State
 Map<String,ModeShapeEngine.State> ModeShapeEngine.getRepositories()
          Get an instantaneous snapshot of the JCR repositories and their state.
 


ModeShape Distribution 3.0.0.CR1

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