org.jboss.cache.pojo.interceptors
Class PojoTxInterceptor

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

public class PojoTxInterceptor
extends AbstractInterceptor

Interceptor (done via aop advice) for transaction

Version:
$Id: PojoTxInterceptor.java,v 1.3 2007/05/23 10:28:56 msurtani Exp $
Author:
Ben Wang

Field Summary
static java.lang.String TAG
           
static java.lang.String TX
           
 
Fields inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
log
 
Constructor Summary
PojoTxInterceptor()
           
 
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

TX

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

PojoTxInterceptor

public PojoTxInterceptor()
Method Detail

invoke

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