Package de.mhus.lib.core.concurrent
Class ThreadLock
- java.lang.Object
-
- de.mhus.lib.core.concurrent.Lock
-
- de.mhus.lib.core.concurrent.ThreadLock
-
public class ThreadLock extends Lock
-
-
Constructor Summary
Constructors Constructor Description ThreadLock()ThreadLock(String name)ThreadLock(String name, boolean privacy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLocked()-
Methods inherited from class de.mhus.lib.core.concurrent.Lock
getLocker, getLockTime, getName, isPrivacy, lock, lock, lock, lock, lockEvent, lockWithException, register, release, setName, toString, unlock, unlockHard, waitUntilUnlock, waitUntilUnlock, waitWithException
-
-