Uses of Interface
de.grogra.util.Lock
Packages that use Lock
Package
Description
-
Uses of Lock in de.grogra.graph
Methods in de.grogra.graph with parameters of type LockModifier and TypeMethodDescriptionvoidGraphBase.execute(LockProtectedRunnable task, Lock retained) voidGraphBase.executeForcedly(LockProtectedRunnable task, Lock retained) -
Uses of Lock in de.grogra.graph.impl
Methods in de.grogra.graph.impl with parameters of type LockModifier and TypeMethodDescriptionprotected voidGraphManager.invokeRun(LockProtectedRunnable task, boolean sameThread, Lock lock) -
Uses of Lock in de.grogra.pf.ui.util
Methods in de.grogra.pf.ui.util with parameters of type Lock -
Uses of Lock in de.grogra.rgg
Methods in de.grogra.rgg that return LockMethods in de.grogra.rgg with parameters of type Lock -
Uses of Lock in de.grogra.util
Methods in de.grogra.util with parameters of type LockModifier and TypeMethodDescriptionvoidLockable.execute(LockProtectedRunnable task, Lock retained) Asynchronously executes ataskusing a lock which has been retained before within another task.voidLockableImpl.execute(LockProtectedRunnable task, Lock retained) voidLockable.executeForcedly(LockProtectedRunnable task, Lock retained) Synchronously executes ataskusing a lock which has been retained before within another task.voidLockableImpl.executeForcedly(LockProtectedRunnable task, Lock retained) static intUtils.executeForcedlyAndUninterruptibly(Lockable resource, LockProtectedRunnable task, Lock retained) protected voidLockableImpl.invokeRun(LockProtectedRunnable task, boolean sync, Lock lock) voidvoidThe invocation of this method is induced by one of theexecutemethods inLockable.