ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.jcr.cache.SessionEnvironment.MonitorFactory

Packages that use SessionEnvironment.MonitorFactory
org.modeshape.jcr   
org.modeshape.jcr.txn   
 

Uses of SessionEnvironment.MonitorFactory in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement SessionEnvironment.MonitorFactory
protected static class JcrRepository.RepositoryMonitorFactory
           
 

Methods in org.modeshape.jcr with parameters of type SessionEnvironment.MonitorFactory
protected  Transactions JcrRepository.RunningState.createTransactions(RepositoryConfiguration.TransactionMode mode, SessionEnvironment.MonitorFactory monitorFactory, TransactionManager txnMgr)
           
 

Uses of SessionEnvironment.MonitorFactory in org.modeshape.jcr.txn
 

Subinterfaces of SessionEnvironment.MonitorFactory in org.modeshape.jcr.txn
static interface Transactions.Transaction
          The representation of a ModeShape fine-grained transaction for use when saving the changes made to a Session.
 

Classes in org.modeshape.jcr.txn that implement SessionEnvironment.MonitorFactory
protected  class SynchronizedTransactions.RollbackOnlyTransaction
           
protected  class SynchronizedTransactions.SynchronizedTransaction
           
protected  class Transactions.BaseTransaction
           
protected  class Transactions.SimpleTransaction
           
 

Fields in org.modeshape.jcr.txn declared as SessionEnvironment.MonitorFactory
protected  SessionEnvironment.MonitorFactory Transactions.monitorFactory
           
 

Constructors in org.modeshape.jcr.txn with parameters of type SessionEnvironment.MonitorFactory
NoClientTransactions(SessionEnvironment.MonitorFactory monitorFactory, TransactionManager txnMgr)
           
SynchronizedTransactions(SessionEnvironment.MonitorFactory monitorFactory, TransactionManager txnMgr)
           
Transactions(SessionEnvironment.MonitorFactory monitorFactory, TransactionManager txnMgr)
           
 


ModeShape Distribution 3.0.0.CR1

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