Package org.wildfly.clustering.ejb.bean
Interface BeanManagerFactory<K,V extends BeanInstance<K>,B extends Batch>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance typeB- the batch type
public interface BeanManagerFactory<K,V extends BeanInstance<K>,B extends Batch>Creates aBeanManager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanManager<K,V,B>createBeanManager(BeanManagerConfiguration<K,V> configuration)
-
-
-
Method Detail
-
createBeanManager
BeanManager<K,V,B> createBeanManager(BeanManagerConfiguration<K,V> configuration)
-
-