org.objectweb.jonas.jndi.checker
Interface ResourceCheckpoints


public interface ResourceCheckpoints

Defines the checkpoint where the resource is checked.

Author:
Florent Benoit

Field Summary
static int EJB_POST_INVOKE
          EJB Post Invoke.
static int EJB_PRE_DESTROY
          EJB before removal.
static int EJB_PRE_PASSIVATE
          EJB before passivation.
static int HTTP_AFTER_CALL
          After Servlet call.
static int UNKNOWN
          Unknown location.
 

Field Detail

UNKNOWN

public static final int UNKNOWN
Unknown location.

See Also:
Constant Field Values

EJB_POST_INVOKE

public static final int EJB_POST_INVOKE
EJB Post Invoke.

See Also:
Constant Field Values

EJB_PRE_PASSIVATE

public static final int EJB_PRE_PASSIVATE
EJB before passivation.

See Also:
Constant Field Values

EJB_PRE_DESTROY

public static final int EJB_PRE_DESTROY
EJB before removal.

See Also:
Constant Field Values

HTTP_AFTER_CALL

public static final int HTTP_AFTER_CALL
After Servlet call.

See Also:
Constant Field Values