cuba
Class SimpleAroundInvocation

java.lang.Object
  extended by cuba.Invocation
      extended by cuba.AroundInvocation
          extended by cuba.SimpleAroundInvocation
Direct Known Subclasses:
TxInterceptor

public abstract class SimpleAroundInvocation
extends AroundInvocation


Field Summary
 
Fields inherited from class cuba.AroundInvocation
interceptorMethodSignature
 
Constructor Summary
SimpleAroundInvocation(AroundInvocation successor)
           
 
Method Summary
abstract  void postCheck(InvocationContextI invocationContext, java.lang.Throwable th)
           
abstract  void preCheck(InvocationContextI invocationContext)
           
 
Methods inherited from class cuba.Invocation
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAroundInvocation

public SimpleAroundInvocation(AroundInvocation successor)
Method Detail

preCheck

public abstract void preCheck(InvocationContextI invocationContext)
                       throws ComponentException
Throws:
ComponentException

postCheck

public abstract void postCheck(InvocationContextI invocationContext,
                               java.lang.Throwable th)
                        throws ComponentException
Throws:
ComponentException