org.jboss.cache.interceptors
Class UnlockInterceptor
java.lang.Object
org.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.UnlockInterceptor
- public class UnlockInterceptor
- extends Interceptor
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.
- Version:
- $Id: UnlockInterceptor.java,v 1.4.8.2 2005/04/06 21:06:41 starksm Exp $
- Author:
- Bela Ban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnlockInterceptor
public UnlockInterceptor()
setCache
public void setCache(TreeCache cache)
- Overrides:
setCache
in class Interceptor
invoke
public Object invoke(org.jgroups.blocks.MethodCall m)
throws Throwable
- Overrides:
invoke
in class Interceptor
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.