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 a
Manager to handle bean group lifecycle.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultBeanGroupManager(DefaultBeanGroupManagerConfiguration<K, V, C> configuration) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ejb.cache.bean.BeanGroupManager
getImmutableBeanGroup
-
Constructor Details
-
DefaultBeanGroupManager
-
-
Method Details
-
getBeanGroup
- Specified by:
getBeanGroupin interfaceBeanGroupManager<K,V extends BeanInstance<K>>
-