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, TransactionTable transactionTable, CommandsFactory commandsFactory)
           
 

Uses of CommandsFactory in org.jboss.cache.buddyreplication
 

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

Uses of CommandsFactory in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type CommandsFactory
 void OptimisticReplicationInterceptor.initialize(CommandsFactory commandsFactory)
           
 void DataGravitatorInterceptor.injectComponents(BuddyManager buddyManager, DataContainer dataContainer, CommandsFactory commandsFactory, CacheSPI cacheSPI)
           
 void BaseRpcInterceptor.injectComponents(RPCManager rpcManager, BuddyManager buddyManager, ReplicationQueue replicationQueue, TransactionTable txTable, CommandsFactory commandsFactory)
           
 void InvalidationInterceptor.injectDependencies(CommandsFactory commandsFactory)
           
 void TxInterceptor.intialize(RPCManager rpcManager, Notifier notifier, InvocationContextContainer icc, LifecycleManager lifecycleManager, CommandsFactory factory)
           
 

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)
           
 

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
 void LockManager.inject(Configuration configuration, DataContainer dataContainer, TransactionTable txTable, CommandsFactory commandsFactory)
           
 

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.