BeanContextLifecycleCallbackpublic interface BeanContextLifecycleCallback The EJBContextLifecycleCallback provides a way to modify the
EJBContext prior to use by the bean. |
Methods Summary |
---|
public void | attached(T ctx)The context has been attached to a bean instance.
| public void | released(T ctx)The context has been released from a bean instance.
|
|