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