cuba.wired
Class TxInterceptorRequired

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

public class TxInterceptorRequired
extends TxInterceptor

Author:
Jan Lessner

Field Summary
 
Fields inherited from class cuba.AroundInvocation
interceptorMethodSignature
 
Constructor Summary
TxInterceptorRequired(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

TxInterceptorRequired

public TxInterceptorRequired(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