Uses of Interface
de.grogra.util.Lock
Package
Description
-
Uses of Lock in de.grogra.graph
Modifier and TypeMethodDescriptionvoid
GraphBase.execute
(LockProtectedRunnable task, Lock retained) void
GraphBase.executeForcedly
(LockProtectedRunnable task, Lock retained) -
Uses of Lock in de.grogra.graph.impl
Modifier and TypeMethodDescriptionprotected void
GraphManager.invokeRun
(LockProtectedRunnable task, boolean sameThread, Lock lock) -
Uses of Lock in de.grogra.pf.ui.util
-
Uses of Lock in de.grogra.rgg
-
Uses of Lock in de.grogra.util
Modifier 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
.