public final class ExplicitLockingContextThreadLocal extends Object
Constructor and Description |
---|
ExplicitLockingContextThreadLocal()
Public constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
public ExplicitLockingContextThreadLocal()
public boolean areAnyExplicitLocksAcquired()
public net.sf.ehcache.constructs.nonstop.concurrency.ExplicitLockingContext getCurrentThreadLockContext()
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.