org.modeshape.jcr
Class JcrRepository.RunningState
java.lang.Object
org.modeshape.jcr.JcrRepository.RunningState
- Enclosing class:
- JcrRepository
@Immutable
protected class JcrRepository.RunningState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcrRepository.RunningState
protected JcrRepository.RunningState()
throws Exception
- Throws:
Exception
JcrRepository.RunningState
protected JcrRepository.RunningState(JcrRepository.RunningState other,
JcrRepository.ConfigurationChange change)
throws Exception
- Throws:
Exception
createTransactions
protected Transactions createTransactions(RepositoryConfiguration.TransactionMode mode,
SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr)
postInitialize
protected final void postInitialize()
- Perform any initialization code that requires the repository to be in a running state.
sequencers
protected final Sequencers sequencers()
sequencingQueue
protected ExecutorService sequencingQueue()
useXaSessions
protected final boolean useXaSessions()
database
protected final SchematicDb database()
binaryStore
protected final BinaryStore binaryStore()
mimeTypeDetector
protected final MimeTypeDetector mimeTypeDetector()
textExtractors
protected final TextExtractors textExtractors()
txnManager
protected final TransactionManager txnManager()
nodeTypeManager
protected final org.modeshape.jcr.RepositoryNodeTypeManager nodeTypeManager()
lockManager
protected final org.modeshape.jcr.RepositoryLockManager lockManager()
systemWorkspaceName
protected final String systemWorkspaceName()
systemWorkspaceKey
protected final String systemWorkspaceKey()
defaultWorkspaceName
protected final String defaultWorkspaceName()
persistentRegistry
protected final NamespaceRegistry persistentRegistry()
authenticators
protected final AuthenticationProviders authenticators()
statistics
protected final RepositoryStatistics statistics()
anonymousCredentials
protected final Credentials anonymousCredentials()
changeBus
protected final ChangeBus changeBus()
repositoryKey
protected final String repositoryKey()
isFullTextSearchEnabled
protected final boolean isFullTextSearchEnabled()
backupService
protected final BackupService backupService()
shutdown
protected void shutdown()
bindIntoJndi
protected void bindIntoJndi()
unbindFromJndi
protected void unbindFromJndi()
loginInternalSession
protected Session loginInternalSession()
throws RepositoryException
- Throws:
RepositoryException
loginInternalSession
protected JcrSession loginInternalSession(String workspaceName)
throws RepositoryException
- Throws:
RepositoryException
createBus
protected ChangeBus createBus(RepositoryConfiguration.Clustering clusteringConfiguration,
ExecutorService executor,
String systemWorkspaceName,
boolean separateThreadForSystemWorkspace)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.