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
Deprecated. use EDU.oswego.cs.dl.util.concurrent.Mutex instead
- public class Mutex
- extends Semaphore
A mutual exclusion Semaphore
.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.4 $ $Date: 2003/03/22 12:46:23 $
Constructor Summary |
Mutex()
Deprecated. Initialize the Mutex |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mutex
public Mutex()
- Deprecated.
- Initialize the Mutex
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.