de.intarsys.tools.locking
Class AbstractLockStrategy

java.lang.Object
  extended by de.intarsys.tools.locking.AbstractLockStrategy
All Implemented Interfaces:
ILockStrategy
Direct Known Subclasses:
NullLockStrategy

public abstract class AbstractLockStrategy
extends java.lang.Object
implements ILockStrategy

Abstract ILockStrategy implementation.


Constructor Summary
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
 

Constructor Detail

AbstractLockStrategy

protected AbstractLockStrategy()