Uses of Interface
org.jboss.util.Sync
-
Packages that use Sync Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of Sync in org.jboss.util
Subinterfaces of Sync in org.jboss.util Modifier and Type Interface Description interface
WaitSync
Interface that gives wait - notify primitives to implementors.Classes in org.jboss.util that implement Sync Modifier and Type Class Description 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
-