|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.pojo.interceptors.AbstractInterceptor
org.jboss.cache.pojo.interceptors.PojoTxUndoInterceptor
public class PojoTxUndoInterceptor
Interceptor (done via aop advice) for transaction rollback. This is is attached to the operation that needs a corresponding rollback, e.g., attachInterceptor.
| 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 |
|---|
public static final java.lang.String TAG
| Constructor Detail |
|---|
public PojoTxUndoInterceptor()
| Method Detail |
|---|
public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation in)
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||