energyTycoon
Class Mutex

java.lang.Object
  extended by energyTycoon.Mutex

public class Mutex
extends java.lang.Object

Author:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/locks/LockSupport.html

Constructor Summary
Mutex()
           
 
Method Summary
 void lock()
           
 void unlock()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mutex

public Mutex()
Method Detail

lock

public void lock()

unlock

public void unlock()