Uses of Class
org.infinispan.transaction.TransactionLog

Packages that use TransactionLog
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of TransactionLog in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type TransactionLog
 void TxInterceptor.init(TransactionTable txTable, TransactionLog transactionLog, Configuration c, InvocationContextContainer icc, RecoveryManager rm, TransactionCoordinator txCoordinator)
           
 

Uses of TransactionLog in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type TransactionLog
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, StreamingMarshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, TransactionTable txTable)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.