protected static class JcrRepository.RepositorySessionEnvironment extends Object implements SessionEnvironment
SessionEnvironment.Monitor, SessionEnvironment.MonitorFactory
Modifier | Constructor and Description |
---|---|
protected |
JcrRepository.RepositorySessionEnvironment(Transactions transactions,
boolean indexingClustered) |
Modifier and Type | Method and Description |
---|---|
TransactionalWorkspaceCaches |
getTransactionalWorkspaceCacheFactory()
Get the factory used to obtain the transactional workspace caches.
|
Transactions |
getTransactions()
Get the interface for working with transactions.
|
boolean |
indexingClustered()
Indicates if indexing is configured in a clustered mode of not.
|
protected JcrRepository.RepositorySessionEnvironment(Transactions transactions, boolean indexingClustered)
public Transactions getTransactions()
SessionEnvironment
getTransactions
in interface SessionEnvironment
public TransactionalWorkspaceCaches getTransactionalWorkspaceCacheFactory()
SessionEnvironment
getTransactionalWorkspaceCacheFactory
in interface SessionEnvironment
public boolean indexingClustered()
SessionEnvironment
indexingClustered
in interface SessionEnvironment
true
if indexing is configured clustered, false
otherwiseCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.