net.sf.ehcache.constructs.nonstop.concurrency
Class CacheOperationUnderExplicitLockCallable<V>
java.lang.Object
net.sf.ehcache.constructs.nonstop.concurrency.CacheOperationUnderExplicitLockCallable<V>
- Type Parameters:
V
-
- All Implemented Interfaces:
- Callable<V>
public class CacheOperationUnderExplicitLockCallable<V>
- extends Object
- implements Callable<V>
Callable used with nonstop when explicit lock has been acquired
- Author:
- Abhishek Sanoujam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheOperationUnderExplicitLockCallable
public CacheOperationUnderExplicitLockCallable(net.sf.ehcache.constructs.nonstop.concurrency.ExplicitLockingContext currentThreadLockContext,
NonstopConfiguration nonstopConfiguration,
Callable<V> callable)
- public constructor
- Parameters:
currentThreadLockContext
- nonstopConfiguration
- callable
-
call
public V call()
throws Exception
-
- Specified by:
call
in interface Callable<V>
- Throws:
Exception
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.