G - the group identifier typeI - the bean identifier typeT - the bean typepublic class InfinispanBeanManagerFactory<G,I,T> extends Object implements BeanManagerFactory<G,I,T,TransactionBatch>
BeanManager.| Constructor and Description |
|---|
InfinispanBeanManagerFactory(InfinispanBeanManagerFactoryConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
BeanManager<G,I,T,TransactionBatch> |
createBeanManager(IdentifierFactory<G> groupIdentifierFactory,
IdentifierFactory<I> beanIdentifierFactory,
PassivationListener<T> passivationListener,
RemoveListener<T> removeListener) |
public InfinispanBeanManagerFactory(InfinispanBeanManagerFactoryConfiguration configuration)
public BeanManager<G,I,T,TransactionBatch> createBeanManager(IdentifierFactory<G> groupIdentifierFactory, IdentifierFactory<I> beanIdentifierFactory, PassivationListener<T> passivationListener, RemoveListener<T> removeListener)
createBeanManager in interface BeanManagerFactory<G,I,T,TransactionBatch>Copyright © 2015 JBoss by Red Hat. All rights reserved.