G - the group identifier typeI - the bean identifier typeT - the bean typepublic interface BeanGroupFactory<I,T> extends Creator<I,BeanGroupEntry<I,T>,Void>, Locator<I,BeanGroupEntry<I,T>>, Evictor<I>, Remover<I>
BeanGroup.| Modifier and Type | Method and Description |
|---|---|
BeanGroup<I,T> |
createGroup(I id,
BeanGroupEntry<I,T> entry)
Create a new bean group using the specified identifier and entry.
|
BeanGroupKey<I> |
createKey(I id) |
createValueBeanGroup<I,T> createGroup(I id, BeanGroupEntry<I,T> entry)
id - a group identifierentry - the cache entry for the groupBeanGroupKey<I> createKey(I id)
Copyright © 2023 JBoss by Red Hat. All rights reserved.