Uses of Interface
org.infinispan.commands.module.ModuleCommandFactory

Packages that use ModuleCommandFactory
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Uses of ModuleCommandFactory in org.infinispan.commands
 

Method parameters in org.infinispan.commands with type arguments of type ModuleCommandFactory
 void RemoteCommandsFactory.inject(Transport transport, EmbeddedCacheManager cacheManager, GlobalComponentRegistry registry, Map<Byte,ModuleCommandFactory> commandFactories)
           
 

Uses of ModuleCommandFactory in org.infinispan.util
 

Methods in org.infinispan.util that return types with arguments of type ModuleCommandFactory
static Map<Byte,ModuleCommandFactory> ModuleProperties.moduleCommandFactories()
           
 


-->

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