Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » util » [javadoc | source]
org.jboss.util
public interface: Sync [javadoc | source]

All Known Implementing Classes:
    BeanSemaphore, WaitSemaphore, WaitSync, Semaphore

Interface that gives synchronization semantic to implementors
Method from org.jboss.util.Sync Summary:
acquire,   release
Method from org.jboss.util.Sync Detail:
 public  void acquire() throws InterruptedException
    Acquires this sync
 public  void release()
    Releases this sync