Package org.apache.camel.support
Class NoLock
- java.lang.Object
-
- org.apache.camel.support.NoLock
-
-
Constructor Summary
Constructors Constructor Description NoLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlock()voidlockInterruptibly()ConditionnewCondition()booleantryLock()booleantryLock(long time, TimeUnit unit)voidunlock()
-
-
-
Field Detail
-
INSTANCE
public static final Lock INSTANCE
-
-
Method Detail
-
lockInterruptibly
public void lockInterruptibly()
- Specified by:
lockInterruptiblyin interfaceLock
-
newCondition
public Condition newCondition()
- Specified by:
newConditionin interfaceLock
-
-