org.apache.avalon.excalibur.concurrent
Class Mutex

java.lang.Object
  |
  +--org.apache.avalon.excalibur.concurrent.Semaphore
        |
        +--org.apache.avalon.excalibur.concurrent.Mutex
All Implemented Interfaces:
Sync

public class Mutex
extends Semaphore

Since:
4.0
Version:
CVS $Revision: 1.3 $ $Date: 2001/12/11 09:53:28 $

Constructor Summary
Mutex()
           
 
Methods inherited from class org.apache.avalon.excalibur.concurrent.Semaphore
acquire, attempt, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mutex

public Mutex()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.