cuba.wired
Class TxInterceptorNever

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

public class TxInterceptorNever
extends TxInterceptor

Author:
Jan Lessner

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

TxInterceptorNever

public TxInterceptorNever(AroundInvocation successor)
Method Detail

preCheck

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

postCheck

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