org.jboss.cache.pojo.interceptors
Class PojoTxLockInterceptor

java.lang.Object
  extended by org.jboss.cache.pojo.interceptors.AbstractInterceptor
      extended by 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,v 1.4 2007/06/28 00:56:06 jgreene Exp $
Author:
Ben Wang

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

LOCK_KEY

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

PojoTxLockInterceptor

public PojoTxLockInterceptor()
Method Detail

invoke

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