Uses of Class
org.infinispan.factories.annotations.ComponentName

Packages that use ComponentName
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
 

Uses of ComponentName in org.infinispan
 

Method parameters in org.infinispan with annotations of type ComponentName
 void CacheDelegate.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, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator)
           
 

Uses of ComponentName in org.infinispan.commands
 

Method parameters in org.infinispan.commands with annotations of type ComponentName
 void RemoteCommandsFactory.inject(Transport transport, EmbeddedCacheManager cacheManager, GlobalComponentRegistry registry, Map<Byte,ModuleCommandFactory> commandFactories)
           
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache cache, InterceptorChain interceptorChain, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager)
           
 

Uses of ComponentName in org.infinispan.eviction
 

Method parameters in org.infinispan.eviction with annotations of type ComponentName
 void EvictionManagerImpl.initialize(ScheduledExecutorService executor, Configuration configuration, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager, CacheNotifier cacheNotifier, LockManager lockManager, PassivationManager passivator, InvocationContextContainer ctxContainer)
           
 

Uses of ComponentName in org.infinispan.remoting
 

Method parameters in org.infinispan.remoting with annotations of type ComponentName
 void ReplicationQueueImpl.injectDependencies(ScheduledExecutorService executor, RpcManager rpcManager, Configuration configuration, CommandsFactory commandsFactory)
           
 

Uses of ComponentName in org.infinispan.remoting.rpc
 

Method parameters in org.infinispan.remoting.rpc with annotations of type ComponentName
 void RpcManagerImpl.injectDependencies(Transport t, Configuration configuration, ReplicationQueue replicationQueue, CommandsFactory cf, ExecutorService e)
           
 

Uses of ComponentName in org.infinispan.remoting.transport
 

Method parameters in org.infinispan.remoting.transport with annotations of type ComponentName
 void Transport.initialize(StreamingMarshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler handler, CacheManagerNotifier notifier)
          Initializes the transport with global cache configuration and transport-specific properties.
 


-->

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