cuba.wired
Class TxInterceptorMandatory

java.lang.Object
  extended by cuba.Invocation
      extended by cuba.AroundInvocation
          extended by cuba.SimpleAroundInvocation
              extended by cuba.wired.TxInterceptor
                  extended by cuba.wired.TxInterceptorMandatory

public class TxInterceptorMandatory
extends TxInterceptor

Author:
Arnold Kmpaczyk

Field Summary
 
Fields inherited from class cuba.AroundInvocation
interceptorMethodSignature
 
Constructor Summary
TxInterceptorMandatory(AroundInvocation successor)
           
 
Method Summary
 void postCheck(InvocationContextI invocationContext, java.lang.Throwable th)
           
 void preCheck(InvocationContextI invocationContext)
           
 
Methods inherited from class cuba.wired.TxInterceptor
registerStateSynchronization
 
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

TxInterceptorMandatory

public TxInterceptorMandatory(AroundInvocation successor)
Method Detail

preCheck

public void preCheck(InvocationContextI invocationContext)
Specified by:
preCheck in class SimpleAroundInvocation

postCheck

public void postCheck(InvocationContextI invocationContext,
                      java.lang.Throwable th)
Specified by:
postCheck in class SimpleAroundInvocation