|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.interceptor.MethodInterceptor
org.loom.interceptor.MethodInterceptor.DoFinally
public static class MethodInterceptor.DoFinally
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.loom.interceptor.MethodInterceptor |
---|
MethodInterceptor.AfterCreate, MethodInterceptor.BeforeExecute, MethodInterceptor.BeforePopulate, MethodInterceptor.BeforeValidate, MethodInterceptor.DoFinally, MethodInterceptor.OnError |
Constructor Summary | |
---|---|
MethodInterceptor.DoFinally()
|
Method Summary | |
---|---|
void |
doFinally(ParsedAction action,
java.lang.Exception e)
|
Methods inherited from class org.loom.interceptor.MethodInterceptor |
---|
getInstance, invoke, setMethod, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodInterceptor.DoFinally()
Method Detail |
---|
public void doFinally(ParsedAction action, java.lang.Exception e)
doFinally
in interface FinallyListener
action
- the action and event that is being executede
- If any exception was thrown in any phase (populate, validate, execute), null if none.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |