org.jboss.cache.interceptors
Class UnlockInterceptor

java.lang.Object
  extended byorg.jboss.cache.interceptors.Interceptor (src) 
      extended byorg.jboss.cache.interceptors.UnlockInterceptor

public class UnlockInterceptor
extends Interceptor (src)

When a call returns, unlocks all locks held by the current thread in the LockTable. This is a no-op if a transaction is used.


Constructor Summary
UnlockInterceptor()
           
 
Method Summary
 java.lang.Object invoke(MethodCall m)
           
 void setCache(TreeCache (src)  cache)
           
 
Methods inherited from class org.jboss.cache.interceptors.Interceptor (src)
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockInterceptor

public UnlockInterceptor()
Method Detail

setCache

public void setCache(TreeCache (src)  cache)
Overrides:
setCache in class Interceptor (src)

invoke

public java.lang.Object invoke(MethodCall m)
                        throws java.lang.Throwable
Overrides:
invoke in class Interceptor (src)
Throws:
java.lang.Throwable