@Immutable protected class JcrRepository.RunningState extends Object
Modifier | Constructor and Description |
---|---|
protected |
JcrRepository.RunningState() |
protected |
JcrRepository.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 org.jgroups.Channel |
checkClustering(SchematicDb database) |
protected void |
completeInitialization()
Performs the steps required after the running state has been created and before a repository is considered
"initialized"
|
protected Transactions |
createTransactions(String cacheName,
RepositoryConfiguration.TransactionMode mode,
SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr) |
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() |
protected RepositoryStatistics |
statistics() |
protected String |
systemWorkspaceKey() |
protected String |
systemWorkspaceName() |
protected TextExtractors |
textExtractors() |
protected TransactionManager |
txnManager() |
protected void |
unbindFromJndi() |
protected boolean |
useXaSessions() |
protected void |
warn(I18n message,
Object... params) |
protected JcrRepository.RunningState() throws Exception
Exception
protected JcrRepository.RunningState(JcrRepository.RunningState other, JcrRepository.ConfigurationChange change) throws Exception
Exception
protected org.jgroups.Channel checkClustering(SchematicDb database)
protected Transactions createTransactions(String cacheName, RepositoryConfiguration.TransactionMode mode, SessionEnvironment.MonitorFactory monitorFactory, TransactionManager txnMgr)
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 boolean useXaSessions()
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()
protected void bindIntoJndi()
protected void unbindFromJndi()
protected Session loginInternalSession() throws RepositoryException
RepositoryException
protected JcrSession loginInternalSession(String workspaceName) throws RepositoryException
RepositoryException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.