Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.remoting.responses.ResponseGenerator

Packages that use ResponseGenerator
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
 

Uses of ResponseGenerator in org.infinispan
 

Methods in org.infinispan with parameters of type ResponseGenerator
 void CacheImpl.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager, GlobalConfiguration globalCfg)
           
 

Uses of ResponseGenerator in org.infinispan.factories
 

Methods in org.infinispan.factories that return ResponseGenerator
 ResponseGenerator ComponentRegistry.getResponseGenerator()
          Caching shortcut for #getComponent(ResponseGenerator.class);
 

Uses of ResponseGenerator in org.infinispan.remoting.responses
 

Classes in org.infinispan.remoting.responses that implement ResponseGenerator
 class DefaultResponseGenerator
          The default response generator for most cache modes
 class DistributionResponseGenerator
          A response generator for the DIST cache mode
 class NoReturnValuesDistributionResponseGenerator
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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