@Immutable protected class JcrRepository.RunningState extends Object
Modifier | Constructor and Description |
---|---|
protected |
RunningState() |
protected |
RunningState(JcrRepository.RunningState other,
JcrRepository.ConfigurationChange change) |
Modifier and Type | Method and Description |
---|---|
protected Credentials |
anonymousCredentials() |
protected AuthenticationProviders |
authenticators() |
protected BackupService |
backupService() |
protected BinaryStore |
binaryStore() |
protected void |
bindIntoJndi() |
protected ChangeBus |
changeBus() |
protected void |
completeInitialization()
Performs the steps required after the running state has been created and before a repository is considered
"initialized"
|
protected Transactions |
createTransactions(TransactionManager txnMgr,
SchematicDb db) |
protected String |
defaultWorkspaceName() |
protected DocumentStore |
documentStore() |
protected Environment |
environment() |
protected void |
error(I18n message,
Object... params) |
protected void |
error(Throwable t,
I18n message,
Object... params) |
protected org.modeshape.jcr.RepositoryLockManager |
lockManager() |
protected Session |
loginInternalSession() |
protected JcrSession |
loginInternalSession(String workspaceName) |
protected MimeTypeDetector |
mimeTypeDetector() |
protected org.modeshape.jcr.RepositoryNodeTypeManager |
nodeTypeManager() |
protected NamespaceRegistry |
persistentRegistry() |
protected void |
postInitialize()
Perform any initialization code that requires the repository to be in a running state.
|
protected Problems |
problems() |
protected String |
repositoryKey() |
protected Sequencers |
sequencers() |
protected void |
shutdown(boolean rollback) |
protected RepositoryStatistics |
statistics() |
protected String |
systemWorkspaceKey() |
protected String |
systemWorkspaceName() |
protected TextExtractors |
textExtractors() |
protected TransactionManager |
txnManager() |
protected void |
unbindFromJndi() |
protected void |
warn(I18n message,
Object... params) |
protected RunningState(JcrRepository.RunningState other, JcrRepository.ConfigurationChange change) throws Exception
Exception
protected Transactions createTransactions(TransactionManager txnMgr, SchematicDb db)
protected final void completeInitialization() throws Exception
Exception
- if anything goes wrong in this phase. If it does, the transaction used for startup should be rolled
backprotected final void postInitialize() throws Exception
Exception
- if there is a problem during this phase.protected final Sequencers sequencers()
protected final DocumentStore documentStore()
protected final BinaryStore binaryStore()
protected final MimeTypeDetector mimeTypeDetector()
protected final TextExtractors textExtractors()
protected final Environment environment()
protected final TransactionManager txnManager()
protected final org.modeshape.jcr.RepositoryNodeTypeManager nodeTypeManager()
protected final org.modeshape.jcr.RepositoryLockManager lockManager()
protected final String systemWorkspaceName()
protected final String systemWorkspaceKey()
protected final String defaultWorkspaceName()
protected final NamespaceRegistry persistentRegistry()
protected final AuthenticationProviders authenticators()
protected final RepositoryStatistics statistics()
protected final Credentials anonymousCredentials()
protected final ChangeBus changeBus()
protected final String repositoryKey()
protected final BackupService backupService()
protected final Problems problems()
protected void shutdown(boolean rollback)
protected void bindIntoJndi()
protected void unbindFromJndi()
protected Session loginInternalSession() throws RepositoryException
RepositoryException
protected JcrSession loginInternalSession(String workspaceName) throws RepositoryException
RepositoryException
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.