Package org.jboss.util
Interface Sync
-
- All Known Subinterfaces:
WaitSync
- All Known Implementing Classes:
Semaphore
,WaitSemaphore
public interface Sync
Interface that gives synchronization semantic to implementors- Version:
- $Revision$
- See Also:
Semaphore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acquire()
Acquires this syncvoid
release()
Releases this sync
-