Uses of Class
org.jboss.cache.factories.CommandsFactory

Packages that use CommandsFactory
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands.remote   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.lock   
org.jboss.cache.marshall   
 

Uses of CommandsFactory in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type CommandsFactory
 void UnversionedNode.injectDependencies(CacheSPI spi, CommandsFactory commandsFactory, LockStrategyFactory lockStrategyFactory)
           
 

Uses of CommandsFactory in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type CommandsFactory
 void BuddyManager.injectDependencies(CacheSPI cache, Configuration configuration, RegionManager regionManager, StateTransferManager stateTransferManager, RPCManager rpcManager, NotifierImpl notifier, CommandsFactory factory, DataContainerImpl dataContainer)
           
 

Constructors in org.jboss.cache.buddyreplication with parameters of type CommandsFactory
BuddyFqnTransformer(String buddyGroupName, CommandsFactory cf)
           
 

Uses of CommandsFactory in org.jboss.cache.commands.remote
 

Methods in org.jboss.cache.commands.remote with parameters of type CommandsFactory
 void DataGravitationCleanupCommand.initialize(BuddyManager buddyManager, InterceptorChain invoker, TransactionTable transactionTable, CommandsFactory commandsFactory, DataContainerImpl dataContainer)
           
 

Uses of CommandsFactory in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as CommandsFactory
protected  CommandsFactory TxInterceptor.commandsFactory
           
 

Methods in org.jboss.cache.interceptors with parameters of type CommandsFactory
 void OptimisticReplicationInterceptor.initialize(CommandsFactory commandsFactory)
           
 void DataGravitatorInterceptor.injectComponents(BuddyManager buddyManager, DataContainerImpl dataContainer, CommandsFactory commandsFactory, CacheSPI cacheSPI)
           
 void BaseRpcInterceptor.injectComponents(RPCManager rpcManager, BuddyManager buddyManager, ReplicationQueue replicationQueue, TransactionTable txTable, CommandsFactory commandsFactory)
           
 void InvalidationInterceptor.injectDependencies(CommandsFactory commandsFactory)
           
 void PessimisticLockInterceptor.injectDependencies(DataContainerImpl dataContainer, LockManager lockManager, CommandsFactory commandsFactory)
           
 void TxInterceptor.intialize(RPCManager rpcManager, NotifierImpl notifier, InvocationContextContainer icc, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of CommandsFactory in org.jboss.cache.invocation
 

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

Uses of CommandsFactory in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type CommandsFactory
 void ClusteredCacheLoader.setCommandsFactory(CommandsFactory commandsFactory)
           
 

Uses of CommandsFactory in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with parameters of type CommandsFactory
static void LockUtil.manageReverseRemove(InvocationContext ctx, NodeSPI childNode, boolean reverseRemoveCheck, List createdNodes, CommandsFactory commandsFactory)
          Test if this node needs to be 'undeleted' reverse the "remove" if the node has been previously removed in the same tx, if this operation is a put()
 

Uses of CommandsFactory in org.jboss.cache.marshall
 

Fields in org.jboss.cache.marshall declared as CommandsFactory
protected  CommandsFactory CacheMarshaller200.commandsFactory
           
 

Methods in org.jboss.cache.marshall with parameters of type CommandsFactory
 void CacheMarshaller200.injectCommandsFactory(CommandsFactory commandsFactory)
           
 



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