Package org.wildfly.clustering.ejb
Interface PassivationListener<T>
-
- Type Parameters:
T- the bean type
public interface PassivationListener<T>Notification mechanism for passivation/activation.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostActivate(T bean)voidprePassivate(T bean)
-