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 5439 2008-03-15 05:40:15Z jason.greene@jboss.com $
Author:
Ben Wang

Field Summary
static String TAG
           
static String TX
           
 
Fields inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
log
 
Constructor Summary
PojoTxInterceptor()
           
 
Method Summary
 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 String TAG
See Also:
Constant Field Values

TX

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

PojoTxInterceptor

public PojoTxInterceptor()
Method Detail

invoke

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


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.