Uses of Interface
org.dbunit.util.concurrent.BoundedChannel

Packages that use BoundedChannel
org.dbunit.util.concurrent   
 

Uses of BoundedChannel in org.dbunit.util.concurrent
 

Classes in org.dbunit.util.concurrent that implement BoundedChannel
 class BoundedBuffer
          Efficient array-based bounded buffer class.
 class BoundedLinkedQueue
          A bounded variant of LinkedQueue class.
 class SemaphoreControlledChannel
          Abstract class for channels that use Semaphores to control puts and takes.
 class Slot
          A one-slot buffer, using semaphores to control access.
 class SynchronousChannel
          A rendezvous channel, similar to those used in CSP and Ada.
 



Copyright © 2002-2004 DbUnit.org. All Rights Reserved.