ModeShape Distribution 3.4.0.Final

org.modeshape.jcr
Class JcrRepository.RepositorySessionEnvironment

java.lang.Object
  extended by org.modeshape.jcr.JcrRepository.RepositorySessionEnvironment
All Implemented Interfaces:
SessionEnvironment
Enclosing class:
JcrRepository

protected static class JcrRepository.RepositorySessionEnvironment
extends Object
implements SessionEnvironment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.modeshape.jcr.cache.SessionEnvironment
SessionEnvironment.Monitor, SessionEnvironment.MonitorFactory
 
Constructor Summary
protected JcrRepository.RepositorySessionEnvironment(Transactions transactions, boolean indexingClustered)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrRepository.RepositorySessionEnvironment

protected JcrRepository.RepositorySessionEnvironment(Transactions transactions,
                                                     boolean indexingClustered)
Method Detail

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

ModeShape Distribution 3.4.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.