Class InfinispanBeanGroupManager<K,V extends BeanInstance<K>,C>

java.lang.Object
org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanGroupManager<K,V,C>
Type Parameters:
K - the bean identifier type
V - the bean instance type
C - the marshalled value context type
All Implemented Interfaces:
Creator<K,MarshalledValue<Map<K,V>,C>,MarshalledValue<Map<K,V>,C>>, MutatorFactory<K,MarshalledValue<Map<K,V>,C>>, Remover<K>

public class InfinispanBeanGroupManager<K,V extends BeanInstance<K>,C> extends Object implements Creator<K,MarshalledValue<Map<K,V>,C>,MarshalledValue<Map<K,V>,C>>, Remover<K>, MutatorFactory<K,MarshalledValue<Map<K,V>,C>>
Manages the cache entry for a bean group.
Author:
Paul Ferraro