|
Class Summary |
| BasicObjectPool |
Pools objects given a factory and optional maximum pool size. |
| BasicPoolableObjectFactory |
Creates pooleable instances of a specific class. |
| DateTime |
An empty marker subclass of java.util.Date
that DateTimeStringConvertor
is associated with in the default configuration. |
| Debug |
A (very simple) general purpose Debug class for
assertion checking. |
| DefaultScopeConfig |
Default resources for Scope. |
| KeyValue |
Holds two Objects: a key and a value. |
| ObjectPoolManager |
Manages pooling of instances of different classes. |
| ScopeConfig |
Loads the Scope config in such a way that custom properties can be set
from the Java command line (-D switch) or from a custom
ResourceBundle. |
| Time |
An empty marker subclass of java.util.Date
that TimeStringConvertor
is associated with in the default configuration. |
| UIStrings |
Uses a ResourceBundle as a dictionary mapping IDs
against user-readable Strings that can be presented on the UI. |
| WeakSet |
Holds a set of objects where the fact that the object is contained within the
set does not prevent it from being garbage collected. |
| WeakSet.WeakEntry |
Wraps an entry with a weak reference. |