Interface BeanFactory<I,T>
-
- Type Parameters:
G- the group identifier typeI- the bean identifier typeT- the bean type
- All Superinterfaces:
BeanRemover<I,T>,Creator<I,BeanEntry<I>,I>,Locator<I,BeanEntry<I>>
- All Known Implementing Classes:
InfinispanBeanFactory
public interface BeanFactory<I,T> extends Creator<I,BeanEntry<I>,I>, Locator<I,BeanEntry<I>>, BeanRemover<I,T>
Factory for creating bean instances.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bean<I,T>createBean(I id, BeanEntry<I> entry)BeanKey<I>createKey(I id)-
Methods inherited from interface org.wildfly.clustering.ejb.infinispan.BeanRemover
remove
-
Methods inherited from interface org.wildfly.clustering.ee.Creator
createValue
-
-