Infinispan Distribution 5.2.6.Final-redhat-2

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.commands.module   
org.infinispan.query   
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(EmbeddedCacheManager cacheManager, GlobalComponentRegistry registry, Map<Byte,ModuleCommandFactory> commandFactories)
           
 

Uses of ModuleCommandFactory in org.infinispan.commands.module
 

Subinterfaces of ModuleCommandFactory in org.infinispan.commands.module
 interface ExtendedModuleCommandFactory
          Temporary workaround to avoid modifying ModuleCommandFactory interface.
 

Uses of ModuleCommandFactory in org.infinispan.query
 

Classes in org.infinispan.query that implement ModuleCommandFactory
 class CommandFactory
          Remote commands factory implementation
 

Uses of ModuleCommandFactory in org.infinispan.util
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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