ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.cache
Interface SessionEnvironment.MonitorFactory

All Known Subinterfaces:
Transactions.Transaction
All Known Implementing Classes:
JcrRepository.RepositoryMonitorFactory, SynchronizedTransactions.RollbackOnlyTransaction, SynchronizedTransactions.SynchronizedTransaction, Transactions.BaseTransaction, Transactions.SimpleTransaction
Enclosing interface:
SessionEnvironment

public static interface SessionEnvironment.MonitorFactory

A simple interface used to construct SessionEnvironment.Monitor instances.


Method Summary
 SessionEnvironment.Monitor createMonitor()
          Get an indexer that can be used to index the changes made within the supplied transaction context.
 

Method Detail

createMonitor

SessionEnvironment.Monitor createMonitor()
Get an indexer that can be used to index the changes made within the supplied transaction context.

Returns:
the indexer; may be null if no monitoring is to be performed

ModeShape Distribution 3.2.0.Final

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