cuba.wired
Class TxInterceptorRequiresNew

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

public class TxInterceptorRequiresNew
extends TxInterceptor

Author:
Jan Lessner

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

TxInterceptorRequiresNew

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