ModeShape Distribution 3.5.0.Final

org.modeshape.jcr.cache
Interface SessionEnvironment

All Known Implementing Classes:
JcrRepository.RepositorySessionEnvironment

public interface SessionEnvironment


Nested Class Summary
static interface SessionEnvironment.Monitor
           
static interface SessionEnvironment.MonitorFactory
          A simple interface used to construct SessionEnvironment.Monitor instances.
 
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.
 

Method Detail

getTransactions

Transactions getTransactions()
Get the interface for working with transactions.

Returns:
the transactions object

getTransactionalWorkspaceCacheFactory

TransactionalWorkspaceCaches getTransactionalWorkspaceCacheFactory()
Get the factory used to obtain the transactional workspace caches.

Returns:
the factory; never null

indexingClustered

boolean indexingClustered()
Indicates if indexing is configured in a clustered mode of not.

Returns:
true if indexing is configured clustered, false otherwise

ModeShape Distribution 3.5.0.Final

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