Interface | Description |
---|---|
Callback<Result> | |
ClassFinderFilter | |
ClassFinderListener |
Class | Description |
---|---|
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.
|
ThreadDumpManager | |
Toolkit | |
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.
|
Exception | Description |
---|---|
PropertiesException |
Property related exception.
|
WrapperException |
This class acts as a base class for all the exceptions that wrap
another (nested) exception.
|