trz.gaia.util
Class TimeOutSemaforo

java.lang.Object
  |
  +--trz.gaia.util.TimeOutSemaforo

public class TimeOutSemaforo
extends java.lang.Object


Constructor Summary
TimeOutSemaforo()
           
 
Method Summary
 void free()
           
 void get()
           
 void timeGet()
           
 boolean tryGet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeOutSemaforo

public TimeOutSemaforo()
Method Detail

get

public final void get()

free

public final void free()

timeGet

public final void timeGet()

tryGet

public boolean tryGet()