Uses of Package
org.infinispan.commands.module

Packages that use org.infinispan.commands.module
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. 
 

Classes in org.infinispan.commands.module used by org.infinispan.commands
ModuleCommandFactory
          Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.factory.
ModuleCommandInitializer
          Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.initializer.
 

Classes in org.infinispan.commands.module used by org.infinispan.util
ModuleCommandFactory
          Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.factory.
ModuleCommandInitializer
          Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.initializer.
 


-->

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