Uses of Interface
org.wildfly.clustering.ejb.cache.bean.BeanGroup
-
-
Uses of BeanGroup in org.wildfly.clustering.ejb.cache.bean
Subinterfaces of BeanGroup in org.wildfly.clustering.ejb.cache.bean Modifier and Type Interface Description interfaceMutableBeanGroup<K,V extends BeanInstance<K>>A bean group with the ability to mutate.Classes in org.wildfly.clustering.ejb.cache.bean that implement BeanGroup Modifier and Type Class Description classDefaultBeanGroup<K,V extends BeanInstance<K>>A defaultBeanGroupimplementation based on a map of bean instances.Methods in org.wildfly.clustering.ejb.cache.bean that return BeanGroup Modifier and Type Method Description BeanGroup<K,V>BeanGroupManager. getBeanGroup(K id)BeanGroup<K,V>DefaultBeanGroupManager. getBeanGroup(K id)Methods in org.wildfly.clustering.ejb.cache.bean with parameters of type BeanGroup Modifier and Type Method Description MutableBean<K,V>BeanFactory. createBean(K id, BeanMetaData<K> metaData, BeanGroup<K,V> group)MutableBean<K,V>CompositeBeanFactory. createBean(K id, BeanMetaData<K> metaData, BeanGroup<K,V> group)Constructors in org.wildfly.clustering.ejb.cache.bean with parameters of type BeanGroup Constructor Description CompositeBean(K id, BeanMetaData<K> metaData, BeanGroup<K,V> group, Remover<K> remover)
-