G - the group identifier typeI - the bean identifier typeT - the bean typepublic class ExpiredBeanRemover<I,T> extends Object implements BeanRemover<I,T>
| Constructor and Description |
|---|
ExpiredBeanRemover(BeanFactory<I,T> factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(I id,
RemoveListener<T> listener)
Removes the specified bean, triggering the specified listener
|
public ExpiredBeanRemover(BeanFactory<I,T> factory)
public boolean remove(I id, RemoveListener<T> listener)
BeanRemoverremove in interface BeanRemover<I,T>id - a bean identifierlistener - a removal listenerCopyright © 2019 JBoss by Red Hat. All rights reserved.