Package io.jmix.flowui.testassist.vaadin
Class TestVaadinSession.TestLock
java.lang.Object
io.jmix.flowui.testassist.vaadin.TestVaadinSession.TestLock
- All Implemented Interfaces:
Lock
- Enclosing class:
- TestVaadinSession
-
Constructor Details
-
TestLock
protected TestLock()
-
-
Method Details
-
lock
public void lock() -
lockInterruptibly
- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
tryLock
public boolean tryLock() -
tryLock
- Specified by:
tryLockin interfaceLock- Throws:
InterruptedException
-
unlock
public void unlock() -
newCondition
- Specified by:
newConditionin interfaceLock
-