Package org.javagroups.util

Interface Summary
Command The Command patttern (se Gamma et al.).
SchedulerListener  
TimeScheduler.Task The interface that submitted tasks must implement
 

Class Summary
LinkedListQueue LinkedListQueue implementation based on java.util.Queue.
List Doubly-linked list.
Marshaller Title: Java Groups Communications Description: Contact me at mail@filip.net Copyright: Copyright (c) 2002 Company: www.filip.net
PrintXMLTree  
Promise Allows a thread to submit an asynchronous request and to wait for the result.
Proxy1_4 Redirects incoming TCP connections to other hosts/ports.
Queue Elements are added at the tail and removed from the head.
Range  
ReusableThread Reusable thread class.
Rsp class that represents a response from a communication
RspList Contains responses from all members.
RWLock Lock allowing multiple reads or a single write.
Scheduler Implementation of a priority scheduler.
Stack LIFO stack, with better performance than java.util.Stack (based on List).
ThreadPool Maintains a set of ReusableThreads.
TimedWriter Waits until the buffer has been written to the output stream, or until timeout msecs have elapsed, whichever comes first.
TimeScheduler Fixed-delay & fixed-rate single thread scheduler
Util Collection of various utility routines that can not be assigned to other classes.
 

Exception Summary
QueueClosedException  
RWLock.BlockException Exception thrown when a lock request would block the caller
RWLock.IntException Interrupted exception wrapped in a RuntimeException
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.