org.apache.catalina.tribes.transport.bio.util |
|
Java Source File Name | Type | Comment |
FastQueue.java | Class | A fast queue that remover thread lock the adder thread. |
LinkObject.java | Class | The class LinkObject implements an element
for a linked list, consisting of a general
data object and a pointer to the next element.
author: Rainer Jung author: Peter Rossbach author: Filip Hanik version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
SingleRemoveSynchronizedAddLock.java | Class | The class SingleRemoveSynchronizedAddLock implement locking for accessing the queue
by a single remove thread and multiple add threads. |