org.jupe.synchronisation
Class SemaphoreBlock

java.lang.Object
  extended by org.jupe.synchronisation.SemaphoreBlock

public final class SemaphoreBlock
extends java.lang.Object


Field Summary
static int ABSTRACT_CONTAINER_JOB
           
 
Method Summary
 void accuire(int type)
           
static SemaphoreBlock getInstance()
           
 void release(int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABSTRACT_CONTAINER_JOB

public static final int ABSTRACT_CONTAINER_JOB
See Also:
Constant Field Values
Method Detail

getInstance

public static SemaphoreBlock getInstance()

accuire

public void accuire(int type)

release

public void release(int type)