Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ModeShapeEngine.State> |
ModeShapeEngine.getRepositories()
Get an instantaneous snapshot of the JCR repositories and their state.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.