Class DefaultBeanGroupManager<K,V extends BeanInstance<K>,C>
- java.lang.Object
-
- org.wildfly.clustering.ejb.cache.bean.DefaultBeanGroupManager<K,V,C>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance typeC- the marshalled value context type
- All Implemented Interfaces:
BeanGroupManager<K,V>,ImmutableBeanGroupManager<K,V>
public class DefaultBeanGroupManager<K,V extends BeanInstance<K>,C> extends Object implements BeanGroupManager<K,V>
A manager for bean groups that leverages aManagerto handle bean group lifecycle.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DefaultBeanGroupManager(DefaultBeanGroupManagerConfiguration<K,V,C> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanGroup<K,V>getBeanGroup(K id)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.BeanGroupManager
getImmutableBeanGroup
-
-
-
-
Constructor Detail
-
DefaultBeanGroupManager
public DefaultBeanGroupManager(DefaultBeanGroupManagerConfiguration<K,V,C> configuration)
-
-
Method Detail
-
getBeanGroup
public BeanGroup<K,V> getBeanGroup(K id)
- Specified by:
getBeanGroupin interfaceBeanGroupManager<K,V extends BeanInstance<K>>
-
-