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 TypeMethodDescriptionvoid
GraphBase.execute
(LockProtectedRunnable task, Lock retained) void
GraphBase.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 void
GraphManager.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 TypeMethodDescriptionvoid
Lockable.execute
(LockProtectedRunnable task, Lock retained) Asynchronously executes atask
using a lock which has been retained before within another task.void
LockableImpl.execute
(LockProtectedRunnable task, Lock retained) void
Lockable.executeForcedly
(LockProtectedRunnable task, Lock retained) Synchronously executes atask
using a lock which has been retained before within another task.void
LockableImpl.executeForcedly
(LockProtectedRunnable task, Lock retained) static int
Utils.executeForcedlyAndUninterruptibly
(Lockable resource, LockProtectedRunnable task, Lock retained) protected void
LockableImpl.invokeRun
(LockProtectedRunnable task, boolean sync, Lock lock) void
void
The invocation of this method is induced by one of theexecute
methods inLockable
.