org.jboss.cache.pojo.interceptors
Class PojoTxUndoInterceptor

java.lang.Object
  extended by org.jboss.cache.pojo.interceptors.AbstractInterceptor
      extended by org.jboss.cache.pojo.interceptors.PojoTxUndoInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class PojoTxUndoInterceptor
extends AbstractInterceptor

Interceptor (done via aop advice) for transaction rollback. This is is attached to the operation that needs a corresponding rollback, e.g., attachInterceptor.

Version:
$Id: PojoTxUndoInterceptor.java,v 1.3 2007/05/30 06:08:02 jgreene Exp $
Author:
Ben Wang

Field Summary
static java.lang.String TAG
           
 
Fields inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
log
 
Constructor Summary
PojoTxUndoInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation in)
           
 
Methods inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
getCache, getInvocationContext, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values
Constructor Detail

PojoTxUndoInterceptor

public PojoTxUndoInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation in)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable