Uses of Package
jade.util

Packages that use jade.util
jade.content
jade.content.lang   
jade.content.onto   
jade.core This package contains the microkernel of JADE system. 
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
jade.core.event   
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. 
jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. 
jade.mtp   
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. 
 

Classes in jade.util used by jade.content
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.content.lang
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.content.onto
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.core
Logger
          This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.core.behaviours
Logger
          This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
 

Classes in jade.util used by jade.core.event
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.
 

Classes in jade.util used by jade.domain
InputQueue
          This class implements a FIFO queue of objects that can be put and got in a synchronized way.
 

Classes in jade.util used by jade.gui
ClassFinderFilter
           
 

Classes in jade.util used by jade.mtp
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.util
ClassFinderFilter
           
ClassFinderListener
           
ExtendedProperties
          Provides enhanced property management.
Logger
          This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
ObjectManager.Loader
          The interface to be implemented by classes that can be registered to load objects of a given type
RWLock
          This class provides support for synchronizing threads acting on a generic resource in such a way that - If a thread is writing the resource no other thread can act on it in any way - Several threads can read the resource at the same time - If one or more threads are reading the resource no thread can write it
TransportAddressWrapper
          This class wraps a Transport Address and implements the equals() and hashCode() methods so that two Transport Addresses representing the same address, even if possibly expressed in different forms, are actually considered equals.