org.jboss.cache.pojo.interceptors
Class PojoTxLockInterceptor
java.lang.Object
org.jboss.cache.pojo.interceptors.AbstractInterceptor
org.jboss.cache.pojo.interceptors.PojoTxLockInterceptor
- All Implemented Interfaces:
- org.jboss.aop.advice.Interceptor
public class PojoTxLockInterceptor
- extends AbstractInterceptor
Interceptor that handles the parent node lock associated with transaction.
- Version:
- $Id: PojoTxLockInterceptor.java 4081 2007-06-28 00:56:07Z jgreene $
- Author:
- Ben Wang
Method Summary |
Object |
invoke(org.jboss.aop.joinpoint.Invocation in)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCK_KEY
public static final String LOCK_KEY
- See Also:
- Constant Field Values
PojoTxLockInterceptor
public PojoTxLockInterceptor()
invoke
public Object invoke(org.jboss.aop.joinpoint.Invocation in)
throws Throwable
- Throws:
Throwable
Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.