API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent.locks. AbstractOwnableSynchronizer View Source
Author(s)
Doug Lea
Since
1.6
Version
Serial
Hierarchy
 Object
      AbstractOwnableSynchronizer
Implements
 Serializable
Subclasses
Description
publicabstract abstract class AbstractOwnableSynchronizer
  A synchronizer that may be exclusively owned by a thread.
See also:   
Constructors
protected AbstractOwnableSynchronizer ()
Empty constructor for use by subclasses.
Methods
Hide/Show inherited methods
protectedfinal Thread getExclusiveOwnerThread ()
  Returns the thread last set by setExclusiveOwnerThread, or null if never set.
protectedfinal void setExclusiveOwnerThread (Thread t)
  Sets the thread that currently owns exclusive access.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar