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 a
BeanManager.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionBeanManager<K,V, B> createBeanManager(BeanManagerConfiguration<K, V> configuration)
-
Method Details
-
createBeanManager
-