intarsys runtime library

de.intarsys.tools.locking
Class AbstractLock

java.lang.Object
  extended by de.intarsys.tools.locking.AbstractLock
All Implemented Interfaces:
ILock
Direct Known Subclasses:
NullLock

public abstract class AbstractLock
extends Object
implements ILock

Abstract ILock implementation.


Constructor Summary
AbstractLock(Object object)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.intarsys.tools.locking.ILock
acquire, release
 

Constructor Detail

AbstractLock

public AbstractLock(Object object)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.