Uses of Interface
org.jdiagnose.concurrent.Takable

Packages that use Takable
org.jdiagnose.concurrent   
 

Uses of Takable in org.jdiagnose.concurrent
 

Subinterfaces of Takable in org.jdiagnose.concurrent
 interface BoundedChannel
          A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
 interface Channel
          Main interface for buffers, queues, pipes, conduits, etc.
 

Classes in org.jdiagnose.concurrent that implement Takable
 class BoundedLinkedQueue
          A bounded variant of LinkedQueue class.
 



Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.