Class InfinispanBeanManager<I,​T,​C>

  • Type Parameters:
    I - the bean identifier type
    T - the bean type
    All Implemented Interfaces:
    org.wildfly.clustering.ee.Restartable, AffinitySupport<I>, BeanManager<I,​T,​org.wildfly.clustering.ee.cache.tx.TransactionBatch>, BeanManagerStatistics

    public class InfinispanBeanManager<I,​T,​C>
    extends Object
    implements BeanManager<I,​T,​org.wildfly.clustering.ee.cache.tx.TransactionBatch>
    A BeanManager implementation backed by an infinispan cache.
    Author:
    Paul Ferraro