ModeShape Distribution 3.2.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.
 

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

ModeShape Distribution 3.2.0.Final

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