Uses of Class
com.pelzer.util.SafeSemaphore.Permit

Packages that use SafeSemaphore.Permit
com.pelzer.util   
 

Uses of SafeSemaphore.Permit in com.pelzer.util
 

Methods in com.pelzer.util that return SafeSemaphore.Permit
 SafeSemaphore.Permit SafeSemaphore.acquire()
          Wait until a permit is available, and take one.
 SafeSemaphore.Permit SafeSemaphore.acquireUninterruptibly()
          Same as SafeSemaphore.acquire(), but won't throw an InterruptedException.
 

Methods in com.pelzer.util with parameters of type SafeSemaphore.Permit
 void SafeSemaphore.release(SafeSemaphore.Permit permit)
          Release a permit.
 



Copyright © 2012. All Rights Reserved.