org.jboss.cache.interceptors
Class UnlockInterceptor
java.lang.Object
org.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.UnlockInterceptor
- All Implemented Interfaces:
- InterceptorMBean
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 4458 2007-09-13 05:47:28Z genman $
- Author:
- Bela Ban
Methods inherited from class org.jboss.cache.interceptors.Interceptor |
dumpStatistics, getLast, getNext, getStatisticsEnabled, isActive, isOnePhaseCommitPrepareMehod, isPreparing, isValid, resetStatistics, setLast, setNext, setStatisticsEnabled, toString |
UnlockInterceptor
public UnlockInterceptor()
setCache
public void setCache(CacheSPI cache)
- Overrides:
setCache
in class Interceptor
invoke
public Object invoke(InvocationContext ctx)
throws Throwable
- Overrides:
invoke
in class Interceptor
- Throws:
Throwable
Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.