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 void
lock()
Deprecated.void
lockInterruptibly()
Deprecated.Condition
newCondition()
Deprecated.Returns null.boolean
tryLock()
Deprecated.boolean
tryLock(long time, TimeUnit unit)
Deprecated.void
unlock()
Deprecated.
-
-
-
Constructor Detail
-
DummyLock
public DummyLock()
Deprecated.
-
-
Method Detail
-
lockInterruptibly
public void lockInterruptibly() throws InterruptedException
Deprecated.- Specified by:
lockInterruptibly
in interfaceLock
- Throws:
InterruptedException
-
newCondition
public Condition newCondition()
Deprecated.Returns null.- Specified by:
newCondition
in interfaceLock
-
tryLock
public boolean tryLock(long time, TimeUnit unit) throws InterruptedException
Deprecated.- Specified by:
tryLock
in interfaceLock
- Returns:
- true
- Throws:
InterruptedException
-
-