Interface BeanGroupEvictor<I>
-
- All Known Subinterfaces:
BeanGroupFactory<I,T,C>
- All Known Implementing Classes:
InfinispanBeanGroupFactory
public interface BeanGroupEvictor<I>Evicts a stateful bean.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevict(I id)Evicts the bean group identified by the specified identifier.
-
-
-
Method Detail
-
evict
void evict(I id)
Evicts the bean group identified by the specified identifier.- Parameters:
id- a bean group identifier.
-
-