All Packages This Package Class Hierarchy Class Search Index
Class edu.utah.janos.core.Semaphore
java.lang.Object
|
+----edu.utah.janos.core.Semaphore
public class Semaphore
extends java.lang.Object
{
// Fields 1
int n;
// Constructors 1
public Semaphore();
// Methods 2
public synchronized void block();
public synchronized void signal();
}
A simple synchronization primitive.
%AUTHOR_CKH%
int n
public Semaphore()
Default constructor
public synchronized void signal()
public synchronized void block()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7