- All Implemented Interfaces:
ILock
- Direct Known Subclasses:
NullLock
public abstract class AbstractLock
extends Object
implements ILock
Abstract
ILock
implementation.
-
Constructor Summary
Constructors
-
Method Summary
The object that is guarded by this lock.
protected void
provide some detail information for this
-
Constructor Details
-
AbstractLock
public AbstractLock(Object object)
-
Method Details
-
getObject
The object that is guarded by this lock.
- Returns:
- The object that is locked.
-
-
toStringFlags
provide some detail information for this
- Parameters:
sb
-