Graphics2D Actor API

g2d.util
Class Mutex

java.lang.Object
  extended by 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()
           
 
Method Summary
 void lock()
           
 void unlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mutex

public Mutex()
Method Detail

lock

public void lock()

unlock

public void unlock()
            throws g2d.util.MutexException
Throws:
g2d.util.MutexException

Graphics2D Actor API