Uses of Class
de.grogra.util.Lockable.DeadLockException
Packages that use Lockable.DeadLockException
-
Uses of Lockable.DeadLockException in de.grogra.graph
Methods in de.grogra.graph that throw Lockable.DeadLockExceptionModifier and TypeMethodDescriptionvoid
GraphBase.executeForcedly
(LockProtectedRunnable task, boolean write) -
Uses of Lockable.DeadLockException in de.grogra.util
Methods in de.grogra.util that throw Lockable.DeadLockExceptionModifier and TypeMethodDescriptionvoid
Lockable.executeForcedly
(LockProtectedRunnable task, boolean write) Synchronously executes atask
such that it possesses a lock on thisLockable
.void
LockableImpl.executeForcedly
(LockProtectedRunnable task, boolean write)