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

Packages that use ModuleCommandInitializer
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.module   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
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 ModuleCommandInitializer in org.infinispan.commands
 

Method parameters in org.infinispan.commands with type arguments of type ModuleCommandInitializer
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache<Object,Object> cache, InterceptorChain interceptorChain, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager, StateTransferManager stateTransferManager, LockManager lockManager, InternalEntryFactory entryFactory)
           
 

Uses of ModuleCommandInitializer in org.infinispan.commands.module
 

Methods in org.infinispan.commands.module that return ModuleCommandInitializer
 ModuleCommandInitializer ModuleCommandExtensions.getModuleCommandInitializer()
           
 

Uses of ModuleCommandInitializer in org.infinispan.factories
 

Methods in org.infinispan.factories that return types with arguments of type ModuleCommandInitializer
 Map<Byte,ModuleCommandInitializer> GlobalComponentRegistry.getModuleCommandInitializers()
           
 

Uses of ModuleCommandInitializer in org.infinispan.query
 

Classes in org.infinispan.query that implement ModuleCommandInitializer
 class CommandInitializer
          Initializes query module remote commands
 

Methods in org.infinispan.query that return ModuleCommandInitializer
 ModuleCommandInitializer QueryModuleCommandExtensions.getModuleCommandInitializer()
           
 

Uses of ModuleCommandInitializer in org.infinispan.util
 

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


-->

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