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

Packages that use Takable
org.dbunit.util.concurrent   
 

Uses of Takable in org.dbunit.util.concurrent
 

Subinterfaces of Takable in org.dbunit.util.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.dbunit.util.concurrent that implement Takable
 class BoundedBuffer
          Efficient array-based bounded buffer class.
 class BoundedLinkedQueue
          A bounded variant of LinkedQueue class.
 class LinkedQueue
          A linked list based channel implementation.
 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.