org.infinispan.cdi
Class AdvancedCacheProducer

java.lang.Object
  extended by org.infinispan.cdi.AdvancedCacheProducer

@GenericConfiguration(value=ConfigureCache.class)
public class AdvancedCacheProducer
extends Object

This class is responsible to produce the Cache and AdvancedCache. This class use the Generic Beans mechanism provided by Seam Solder.

Author:
Pete Muir, Kevin Pollet (C) 2011 SERLI

Constructor Summary
AdvancedCacheProducer()
           
 
Method Summary
<K,V> AdvancedCache<K,V>
getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedCacheProducer

public AdvancedCacheProducer()
Method Detail

getAdvancedCache

@Produces
@ApplyScope
public <K,V> AdvancedCache<K,V> getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager)

-->

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