Interface PassivationConfiguration<T>
-
- Type Parameters:
T- the bean instance type
public interface PassivationConfiguration<T>The passivation-related configuration of a bean manager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanPassivationConfigurationgetConfiguration()PassivationListener<T>getPassivationListener()A listener to notify in the event of passivation and activation.
-
-
-
Method Detail
-
getPassivationListener
PassivationListener<T> getPassivationListener()
A listener to notify in the event of passivation and activation.- Returns:
- an event listener
-
getConfiguration
BeanPassivationConfiguration getConfiguration()
-
-