|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TargetMethodExecutionPhase>
net.sf.sasl.language.placeholder.aop.interpreter.TargetMethodExecutionPhase
public enum TargetMethodExecutionPhase
Defines phases of a target method invocation at which a placeholder script could gets interpreted.
| Enum Constant Summary | |
|---|---|
EXCEPTION
Defines the phase after the target method completed abnormally with an exception. |
|
INVOCATION
Defines the phase before the target method gets called. |
|
SUCCESS
Defines the phase after the target method completed successfully with a computed result value. |
|
| Method Summary | |
|---|---|
static TargetMethodExecutionPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TargetMethodExecutionPhase[] |
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 TargetMethodExecutionPhase INVOCATION
public static final TargetMethodExecutionPhase EXCEPTION
public static final TargetMethodExecutionPhase SUCCESS
| Method Detail |
|---|
public static TargetMethodExecutionPhase[] values()
for (TargetMethodExecutionPhase c : TargetMethodExecutionPhase.values()) System.out.println(c);
public static TargetMethodExecutionPhase 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 | |||||||||