Interface MutableBeanGroup<K,V extends BeanInstance<K>>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Superinterfaces:
AutoCloseable,BeanGroup<K,V>,ImmutableBeanGroup<K,V>,Mutator
- All Known Implementing Classes:
DefaultBeanGroup
public interface MutableBeanGroup<K,V extends BeanInstance<K>> extends BeanGroup<K,V>, Mutator
A bean group with the ability to mutate.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.BeanGroup
addBeanInstance, removeBeanInstance
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.ImmutableBeanGroup
close, getBeanInstance, getId, isEmpty
-
-