org.jboss.cache.interceptors
Class AbstractLockInterceptor

java.lang.Object
  |
  +--org.jboss.cache.interceptors.Interceptor
        |
        +--org.jboss.cache.interceptors.AbstractLockInterceptor
Direct Known Subclasses:
PessimisticLockInterceptor

public abstract class AbstractLockInterceptor
extends Interceptor

TODO: MANIK - document this class

Author:
Manik Surtani (manik@jboss.org)

Constructor Summary
AbstractLockInterceptor()
           
 
Methods inherited from class org.jboss.cache.interceptors.Interceptor
getNext, invoke, setCache, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLockInterceptor

public AbstractLockInterceptor()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.