Uses of Interface
org.jboss.cache.commands.CommandsFactory

Packages that use CommandsFactory
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
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
 

Fields in org.jboss.cache declared as CommandsFactory
protected  CommandsFactory AbstractNodeFactory.commandsFactory
           
 

Methods in org.jboss.cache with parameters of type CommandsFactory
 void PessimisticUnversionedNode.injectDependencies(CacheSPI<K,V> spi, CommandsFactory commandsFactory, NodeFactory<K,V> nodeFactory)
          Deprecated.  
 void AbstractNodeFactory.injectDependencies(CacheSPI<K,V> cache, Configuration configuration, InvocationContextContainer invocationContextContainer, InterceptorChain interceptorChain, CommandsFactory commandsFactory)
           
 

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, Notifier notifier, CommandsFactory factory, DataContainer dataContainer, BuddyFqnTransformer transformer)
           
 

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

Uses of CommandsFactory in org.jboss.cache.commands
 

Classes in org.jboss.cache.commands that implement CommandsFactory
 class CommandsFactoryImpl
          This is the implementation to use for most commands and most locking schemes.
 class OptimisticCommandsFactoryImpl
          Deprecated. will be removed with opt locking
 class PessimisticCommandsFactoryImpl
          Deprecated. will be removed with possimistic locking
 

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, DataContainer dataContainer, BuddyFqnTransformer buddyFqnTransformer)
           
 

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)
          Deprecated.  
 void LegacyDataGravitatorInterceptor.injectComponents(BuddyManager buddyManager, DataContainer dataContainer, CommandsFactory commandsFactory, CacheSPI cacheSPI, BuddyFqnTransformer transformer)
          Deprecated.  
 void BaseRpcInterceptor.injectComponents(RPCManager rpcManager, BuddyManager buddyManager, ReplicationQueue replicationQueue, TransactionTable txTable, CommandsFactory commandsFactory)
           
 void InvalidationInterceptor.injectDependencies(CommandsFactory commandsFactory)
           
 void PessimisticLockInterceptor.injectDependencies(DataContainer dataContainer, LockManager lockManager, CommandsFactory commandsFactory)
          Deprecated.  
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier 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, Notifier notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainer dataContainer, MVCCNodeHelper mvccHelper, BatchContainer batchContainer)
           
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.