org.jboss.ejb3
Interface BeanContextLifecycleCallback<T extends BeanContext>


public interface BeanContextLifecycleCallback<T extends BeanContext>

The EJBContextLifecycleCallback provides a way to modify the EJBContext prior to use by the bean.


Method Summary
 void attached(T ctx)
          The context has been attached to a bean instance.
 void released(T ctx)
          The context has been released from a bean instance.
 

Method Detail

attached

void attached(T ctx)
The context has been attached to a bean instance.

Parameters:
ctx -

released

void released(T ctx)
The context has been released from a bean instance.

Parameters:
ctx -