|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.constructs.nonstop.concurrency.ExplicitLockingContextThreadLocal
public final class ExplicitLockingContextThreadLocal
A class that maintains a thread local to keep track of any explicit locks acquired by the app thread
| Constructor Summary | |
|---|---|
ExplicitLockingContextThreadLocal()
Public constructor |
|
| Method Summary | |
|---|---|
boolean |
areAnyExplicitLocksAcquired()
Returns true if the thread has acquired any locks previously and not released yet |
net.sf.ehcache.constructs.nonstop.concurrency.ExplicitLockingContext |
getCurrentThreadLockContext()
Returns the thread local for the current thread |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExplicitLockingContextThreadLocal()
| Method Detail |
|---|
public boolean areAnyExplicitLocksAcquired()
public net.sf.ehcache.constructs.nonstop.concurrency.ExplicitLockingContext getCurrentThreadLockContext()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||