Uses of Package
org.apache.qpid.util.concurrent

Packages that use org.apache.qpid.util.concurrent
org.apache.qpid.util.concurrent   
 

Classes in org.apache.qpid.util.concurrent used by org.apache.qpid.util.concurrent
BatchSynchQueue
          BatchSynchQueue is an abstraction of the classic producer/consumer buffer pattern for thread interaction.
BatchSynchQueueBase
          Synchronous/Asynchronous puts.
BatchSynchQueueBase.SynchRecordImpl
          A SynchRecordImpl is used by a BatchSynchQueue to pair together a producer with its data.
BooleanLatch
          A BooleanLatch is like a set of traffic lights, where threads can wait at a red light until another thread gives the green light.
SynchException
          SynchException is used to encapsulate exceptions with the data elements that caused them in order to send exceptions back from the consumers of a BatchSynchQueue to producers.
SynchRecord
          SynchRecord associates a data item from a BatchSynchQueue with its producer.
SynchRef
          A SynchRef is an interface which is returned from the synchronous take and drain methods of BatchSynchQueue, allowing call-backs to be made against the synchronizing strucutre.
 



Licensed to the Apache Software Foundation