Class DummyLock
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.util.DummyLock
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DummyLock()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidlock()Deprecated.voidlockInterruptibly()Deprecated.ConditionnewCondition()Deprecated.Returns null.booleantryLock()Deprecated.booleantryLock(long time, TimeUnit unit)Deprecated.voidunlock()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
DummyLock
public DummyLock()
Deprecated. 
 - 
 
- 
Method Detail
- 
lockInterruptibly
public void lockInterruptibly() throws InterruptedException
Deprecated.- Specified by:
 lockInterruptiblyin interfaceLock- Throws:
 InterruptedException
 
- 
newCondition
public Condition newCondition()
Deprecated.Returns null.- Specified by:
 newConditionin interfaceLock
 
- 
tryLock
public boolean tryLock(long time, TimeUnit unit) throws InterruptedException
Deprecated.- Specified by:
 tryLockin interfaceLock- Returns:
 - true
 - Throws:
 InterruptedException
 
 - 
 
 -