org.modeshape.jcr
Class JcrRepository.RepositorySessionEnvironment
java.lang.Object
org.modeshape.jcr.JcrRepository.RepositorySessionEnvironment
- All Implemented Interfaces:
- SessionEnvironment
- Enclosing class:
- JcrRepository
protected static class JcrRepository.RepositorySessionEnvironment
- extends Object
- implements SessionEnvironment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcrRepository.RepositorySessionEnvironment
protected JcrRepository.RepositorySessionEnvironment(Transactions transactions,
boolean indexingClustered)
getTransactions
public Transactions getTransactions()
- Description copied from interface:
SessionEnvironment
- Get the interface for working with transactions.
- Specified by:
getTransactions
in interface SessionEnvironment
- Returns:
- the transactions object
getTransactionalWorkspaceCacheFactory
public TransactionalWorkspaceCaches getTransactionalWorkspaceCacheFactory()
- Description copied from interface:
SessionEnvironment
- Get the factory used to obtain the transactional workspace caches.
- Specified by:
getTransactionalWorkspaceCacheFactory
in interface SessionEnvironment
- Returns:
- the factory; never null
indexingClustered
public boolean indexingClustered()
- Description copied from interface:
SessionEnvironment
- Indicates if indexing is configured in a clustered mode of not.
- Specified by:
indexingClustered
in interface SessionEnvironment
- Returns:
true
if indexing is configured clustered, false
otherwise
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.