Uses of Interface
org.jdiagnose.concurrent.Channel

Packages that use Channel
org.jdiagnose.concurrent   
 

Uses of Channel in org.jdiagnose.concurrent
 

Subinterfaces of Channel 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.
 

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

Fields in org.jdiagnose.concurrent declared as Channel
protected  Channel QueuedExecutor.queue_
          The queue
 

Constructors in org.jdiagnose.concurrent with parameters of type Channel
QueuedExecutor(Channel queue)
          Construct a new QueuedExecutor that uses the supplied Channel as its queue.
 



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