All Packages This Package Class Hierarchy Class Search Index
Class utah.npm.core.Mutex
java.lang.Object
|
+----Refable
|
+----utah.npm.core.Mutex
public final class Mutex
extends Refable
{
// Constructors 2
public Mutex();
public Mutex(int);
// Methods 5
public void destroy();
public void lock();
public String toString();
public boolean trylock();
public void unlock();
}
Implement an NPM Mutex object. Mutex objects are guaranteed
to exists in the typespace of all Processes and to work across
Process boundaries.
- Version:
- NPMJava 0.5.0 April, 1998
- Author:
-
Patrick Tullmann tullmann@cs.utah.edu
public Mutex()
public Mutex(int hashCode)
public void destroy()
public void lock()
public void unlock()
public boolean trylock()
public String toString()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7