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.

Version:
$Revision: $
Author:
Carlo de Wolf

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 -


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.