infoservice.agreement.common
Class Semaphore

java.lang.Object
  extended by infoservice.agreement.common.Semaphore

public class Semaphore
extends java.lang.Object


Field Summary
(package private)  int count
           
 
Constructor Summary
Semaphore()
           
 
Method Summary
 void acquire()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

int count
Constructor Detail

Semaphore

public Semaphore()
Method Detail

acquire

public void acquire()

release

public void release()