ModeShape Distribution 3.2.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)
           
 
Method Summary
 TransactionalWorkspaceCaches getTransactionalWorkspaceCacheFactory()
          Get the factory used to obtain the transactional workspace caches.
 Transactions getTransactions()
          Get the interface for working with transactions.
 
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)
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

ModeShape Distribution 3.2.0.Final

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