|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResourceCheckpoints>
org.ow2.jonas.jndi.checker.api.ResourceCheckpoints
public enum ResourceCheckpoints
Defines the checkpoint where the resource is checked.
| Enum Constant Summary | |
|---|---|
EJB_POST_INVOKE
EJB Post Invoke. |
|
EJB_PRE_DESTROY
EJB before removal. |
|
EJB_PRE_PASSIVATE
EJB before passivation. |
|
HTTP_AFTER_CALL
After Servlet call. |
|
TRANSACTION_COMMITTED
After commit. |
|
TRANSACTION_ROLLEDBACK
After rollback. |
|
UNKNOWN
Unknown location. |
|
| Method Summary | |
|---|---|
static ResourceCheckpoints |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceCheckpoints[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResourceCheckpoints UNKNOWN
public static final ResourceCheckpoints EJB_POST_INVOKE
public static final ResourceCheckpoints EJB_PRE_PASSIVATE
public static final ResourceCheckpoints EJB_PRE_DESTROY
public static final ResourceCheckpoints HTTP_AFTER_CALL
public static final ResourceCheckpoints TRANSACTION_COMMITTED
public static final ResourceCheckpoints TRANSACTION_ROLLEDBACK
| Method Detail |
|---|
public static ResourceCheckpoints[] values()
for (ResourceCheckpoints c : ResourceCheckpoints.values()) System.out.println(c);
public static ResourceCheckpoints valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||