cuba.wired
Class TxInterceptorNotSupported

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

public class TxInterceptorNotSupported
extends TxInterceptor

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

TxInterceptorNotSupported

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