Class InfinispanBeanManager<K,V extends BeanInstance<K>,M>

java.lang.Object
org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanManager<K,V,M>
Type Parameters:
K - the bean identifier type
V - the bean instance type
M - the bean metadata value type
All Implemented Interfaces:
Restartable, BeanManager<K,V,TransactionBatch>, BeanStatistics, AffinitySupport<K>

public class InfinispanBeanManager<K,V extends BeanInstance<K>,M> extends Object implements BeanManager<K,V,TransactionBatch>
A BeanManager implementation backed by an infinispan cache.
Author:
Paul Ferraro