Package de.intarsys.tools.locking
Class AbstractLockStrategy
- java.lang.Object
-
- de.intarsys.tools.locking.AbstractLockStrategy
-
- All Implemented Interfaces:
ILockStrategy
- Direct Known Subclasses:
NullLockStrategy
public abstract class AbstractLockStrategy extends java.lang.Object implements ILockStrategy
AbstractILockStrategy
implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractLockStrategy()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.intarsys.tools.locking.ILockStrategy
lock, unlock
-
-