intarsys runtime library

de.intarsys.tools.locking
Class NullLock

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

public class NullLock
extends AbstractLock


Constructor Summary
NullLock(Object object)
           
 
Method Summary
 boolean acquire(Object owner, ILockLevel level)
           
 void release(Object owner)
           
 
Methods inherited from class de.intarsys.tools.locking.AbstractLock
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullLock

public NullLock(Object object)
Method Detail

acquire

public boolean acquire(Object owner,
                       ILockLevel level)

release

public void release(Object owner)

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.