Package org.wildfly.clustering.ejb
Interface BeanManagerFactory<I,T,B extends Batch>
-
- Type Parameters:
G- the group identifier typeI- the bean identifier typeT- the bean type
public interface BeanManagerFactory<I,T,B extends Batch>Creates aBeanManager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanManager<I,T,B>createBeanManager(Supplier<I> factory, PassivationListener<T> passivationListener, RemoveListener<T> removeListener)
-
-
-
Method Detail
-
createBeanManager
BeanManager<I,T,B> createBeanManager(Supplier<I> factory, PassivationListener<T> passivationListener, RemoveListener<T> removeListener)
-
-