Uses of Class
org.jboss.cache.mvcc.MVCCNodeHelper

Packages that use MVCCNodeHelper
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
 

Uses of MVCCNodeHelper in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as MVCCNodeHelper
protected  MVCCNodeHelper CacheLoaderInterceptor.helper
           
 

Methods in org.jboss.cache.interceptors with parameters of type MVCCNodeHelper
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, Notifier notifier, MVCCNodeHelper helper)
           
 void DataGravitatorInterceptor.injectMvccNodeHelper(MVCCNodeHelper helper)
           
 void MVCCLockingInterceptor.setDependencies(LockManager lockManager, DataContainer dataContainer, MVCCNodeHelper helper)
           
 

Uses of MVCCNodeHelper in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation with parameters of type MVCCNodeHelper
 void CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager, CacheLoaderManager cacheLoaderManager, Notifier notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainer dataContainer, MVCCNodeHelper mvccHelper, BatchContainer batchContainer)
           
 



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