|
Préférences
Moteurs de recherche
|
|||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.util.concurrent.locks
|
Constructor Summary | |
---|---|
protected |
AbstractOwnableSynchronizer()
Empty constructor for use by subclasses. |
Method Summary | |
---|---|
protected Thread |
getExclusiveOwnerThread()
Returns the thread last set by setExclusiveOwnerThread, or null if never set. |
protected void |
setExclusiveOwnerThread(Thread t)
Sets the thread that currently owns exclusive access. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractOwnableSynchronizer()
Method Detail |
---|
protected final void setExclusiveOwnerThread(Thread t)
protected final Thread getExclusiveOwnerThread()