Uses of Interface
org.jdiagnose.concurrent.Puttable

Packages that use Puttable
org.jdiagnose.concurrent   
 

Uses of Puttable in org.jdiagnose.concurrent
 

Subinterfaces of Puttable 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 Puttable
 class BoundedLinkedQueue
          A bounded variant of LinkedQueue class.
 



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