g2d.util
Class Mutex
java.lang.Object
g2d.util.Mutex
public class Mutex
- extends Object
Recursive MUTual EXclusion devices, for synchronizing access to shared data.
- Since:
- December 10, 2004
- Author:
- Ian A. Mason
|
Constructor Summary |
Mutex()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mutex
public Mutex()
lock
public void lock()
unlock
public void unlock()
throws g2d.util.MutexException
- Throws:
g2d.util.MutexException