Package jade.util

This package contains utility classes and in particular: classes for handling properties in an extended way (see the Tutorial), the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME.

See:
          Description

Interface Summary
ClassFinderFilter  
ClassFinderListener  
 

Class Summary
AccessControlList An ACL object represents an Access Control List and wraps a White list and a Black list, Both lists make use of regular expressions for allowing/denying access to a certain resource.
ClassFinder This utility class was based originally on Daniel Le Berre's RTSI class.
Event This class represents a generic event carrying some information (accessible in the form of Object parameters) and provides support for synchronous processing through the waitUntilProcessed() and notifyProcessed() methods.
ExtendedProperties Provides enhanced property management.
InputQueue This class implements a FIFO queue of objects that can be put and got in a synchronized way.
Logger This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
 

Exception Summary
PropertiesException Property related exception.
WrapperException This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Package jade.util Description

This package contains utility classes and in particular: