Uses of Interface
org.jboss.util.Sync

Packages that use Sync
org.jboss.util Utility classes and interfaces. 
 

Uses of Sync in org.jboss.util
 

Subinterfaces of Sync in org.jboss.util
 interface WaitSync
          Interface that gives wait - notify primitives to implementors.
 

Classes in org.jboss.util that implement Sync
 class Semaphore
          Semaphore that can allow a specified number of threads to enter, blocking the others.
 class WaitSemaphore
          Wait exclusive semaphore with wait - notify primitives
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.