Package org.infinispan.cdi

This is the Infinispan CDI module.

See:
          Description

Class Summary
AdvancedCacheProducer This class is responsible to produce the Cache and AdvancedCache.
BeanManagerController  
CDIDistributedTaskLifecycle  
CDIMapReduceTaskLifecycle  
ContextInputCache ContextInputCache keeps track of Input cache to be injected into Callables from DistributedExecutorService and Mapper from MapReduceTask using CDI mechanism.
DefaultEmbeddedCacheConfigurationProducer The default embedded cache Configuration producer.
DefaultEmbeddedCacheManagerProducer The default EmbeddedCacheManager producer.
DefaultRemoteCacheManagerProducer The default RemoteCacheManager producer.
InfinispanExtension The Infinispan CDI extension class.
InjectedCacheResolver Injected cache resolver for situations where caches and/or cache managers are injected into the CDI beans.
InputLiteral Annotation literal for Input
RemoteCacheProducer The RemoteCache producer.
 

Annotation Types Summary
ConfigureCache This annotation is used to define a cache Configuration.
Input Qualifier indicating the injected Cache should be the input Cache used to create DefaultExecutorService or MapReduceTask
OverrideDefault Deprecated. The Infinispan CDI integration module now uses the DefaultBean from Solder.
Remote Qualifier used to specify which remote cache will be injected.
 

Package org.infinispan.cdi Description

This is the Infinispan CDI module. This package contains the CDI extension implementation, the mechanism allowing to inject and configure an Infinispan cache. For further details see the CDI Support documentation.


-->

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