Uses of Package
org.dbunit.util.concurrent

Packages that use org.dbunit.util.concurrent
Package
Description
 
  • Class
    Description
    A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
    Main interface for buffers, queues, pipes, conduits, etc.
    Interface for objects that execute Runnables, as well as various objects that can be wrapped as Runnables.
    A standard linked list node used in various queue classes
    This class is interoperable with java.beans.PropertyChangeSupport, but relies on a streamlined copy-on-write scheme similar to that used in CopyOnWriteArrayList.
    This interface exists to enable stricter type checking for channels.
    Base class for counting semaphores.
    Abstract class for channels that use Semaphores to control puts and takes.
    Main interface for locks, gates, and conditions.
    A class useful for offloading synch for int instance variables.
    Base class for simple, small classes maintaining single values that are always accessed and updated under synchronization.
    Simple FIFO queue class to hold waiting puts/takes.
    This interface exists to enable stricter type checking for channels.