Class CompositeBean<K,V extends BeanInstance<K>>

java.lang.Object
org.wildfly.clustering.ejb.cache.bean.CompositeImmutableBean<K,V>
org.wildfly.clustering.ejb.cache.bean.CompositeBean<K,V>
Type Parameters:
K - the bean identifier type
V - the bean instance type
All Implemented Interfaces:
AutoCloseable, Bean<K,V>, ImmutableBean<K,V>, MutableBean<K,V>

public class CompositeBean<K,V extends BeanInstance<K>> extends CompositeImmutableBean<K,V> implements MutableBean<K,V>
A MutableBean implementation composed from a BeanMetaData and a BeanGroup.
Author:
Paul Ferraro