org.loom.interceptor
Class MethodInterceptor.DoFinally

java.lang.Object
  extended by org.loom.interceptor.MethodInterceptor
      extended by org.loom.interceptor.MethodInterceptor.DoFinally
All Implemented Interfaces:
FinallyListener, Interceptor
Enclosing class:
MethodInterceptor

public static class MethodInterceptor.DoFinally
extends MethodInterceptor
implements FinallyListener


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

MethodInterceptor.DoFinally

public MethodInterceptor.DoFinally()
Method Detail

doFinally

public void doFinally(ParsedAction action,
                      java.lang.Exception e)
Specified by:
doFinally in interface FinallyListener
Parameters:
action - the action and event that is being executed
e - If any exception was thrown in any phase (populate, validate, execute), null if none.