|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
org.dbunit.util.concurrent |
Uses of Channel in org.dbunit.util.concurrent |
Subinterfaces of Channel 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. |
Classes in org.dbunit.util.concurrent that implement Channel | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |