Package org.ws4d.java.util

Utility package including a Log implementation, additional mathematical methods, search algorithms, a WatchDog and an ObjectPool, etc.

See:
          Description

Interface Summary
LogSubscriber Classes which want to be notified about new debug messages must implement this interface and fill the notify() method.
ObjectPool.InstanceCreator  
Toolkit This utility class includes a collection of methods, which are specific to different Java Editions.
 

Class Summary
IDGenerator This class can be used to create RFC-4122 time based Universally Unique Identifiers with random host node part.
Log Debug class provides logging mechanism and control over the output messages.
Math Some maths functions missing on CLDC.
MIMEUtil Utility class for MIME handling.
ObjectPool  
ParameterUtil Utility class for easier parameter handling.
Search This class implements some search algorithms.
SerializeUtil  
StringUtil  
Sync Synchronizes objects for correct wait() and notify() implementation as described in Object.wait().
TimedEntry Class to memorize time information.
WatchDog Class
 

Exception Summary
WS4DIllegalStateException  
 

Package org.ws4d.java.util Description

Utility package including a Log implementation, additional mathematical methods, search algorithms, a WatchDog and an ObjectPool, etc.