Uses of Interface
org.dbunit.util.concurrent.BoundedChannel
Packages that use BoundedChannel
-
Uses of BoundedChannel in org.dbunit.util.concurrent
Classes in org.dbunit.util.concurrent that implement BoundedChannelModifier and TypeClassDescriptionclassEfficient array-based bounded buffer class.classA bounded variant of LinkedQueue class.classAbstract class for channels that use Semaphores to control puts and takes.classA one-slot buffer, using semaphores to control access.classA rendezvous channel, similar to those used in CSP and Ada.