Interface BeanManagerConfiguration<K,V extends BeanInstance<K>,M>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Superinterfaces:
BeanManagerConfiguration<K,V>,BeanMetaDataFactoryConfiguration
public interface BeanManagerConfiguration<K,V extends BeanInstance<K>,M> extends BeanManagerConfiguration<K,V>, BeanMetaDataFactoryConfiguration
Encapsulates the configuration of aBeanManagerimplementation.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanFactory<K,V,M>getBeanFactory()GroupgetGroup()-
Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanManagerConfiguration
getBeanName, getExpiration, getIdentifierFactory
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.BeanMetaDataFactoryConfiguration
getBeanName, getExpiration
-
-
-
-
Method Detail
-
getBeanFactory
BeanFactory<K,V,M> getBeanFactory()
-
getGroup
Group getGroup()
-
-