Uses of Interface
org.wildfly.clustering.ejb.cache.bean.BeanGroup
Packages that use BeanGroup
-
Uses of BeanGroup in org.wildfly.clustering.ejb.cache.bean
Subinterfaces of BeanGroup in org.wildfly.clustering.ejb.cache.beanModifier and TypeInterfaceDescriptioninterfaceMutableBeanGroup<K,V extends BeanInstance<K>> A bean group with the ability to mutate.Classes in org.wildfly.clustering.ejb.cache.bean that implement BeanGroupModifier and TypeClassDescriptionclassDefaultBeanGroup<K,V extends BeanInstance<K>> A defaultBeanGroupimplementation based on a map of bean instances.Methods in org.wildfly.clustering.ejb.cache.bean that return BeanGroupModifier and TypeMethodDescriptionBeanGroupManager.getBeanGroup(K id) DefaultBeanGroupManager.getBeanGroup(K id) Methods in org.wildfly.clustering.ejb.cache.bean with parameters of type BeanGroupModifier and TypeMethodDescriptionBeanFactory.createBean(K id, BeanMetaData<K> metaData, BeanGroup<K, V> group) CompositeBeanFactory.createBean(K id, BeanMetaData<K> metaData, BeanGroup<K, V> group) Constructors in org.wildfly.clustering.ejb.cache.bean with parameters of type BeanGroupModifierConstructorDescriptionCompositeBean(K id, BeanMetaData<K> metaData, BeanGroup<K, V> group, Remover<K> remover)