See: Description
| Interface | Description |
|---|---|
| BufferHolder |
Interface used to add/remove values from a BufferList based on whether shouldReplaceWith(...)
returns true or not.
|
| Command |
Simple interface that is used in the implementation of the Gang Of 4 Command pattern in Java.
|
| DetailData |
Interface for array tabular data
|
| Generalizer |
This class interface will return a detail form in the getDetailLabel method which
is appropriate for logging.
|
| ToArray |
Interface used to return info from a monitor.
|
| Class | Description |
|---|---|
| AppMap | |
| BufferList |
This object can contain a configurable number of items in a buffer.
|
| BufferListDetailData |
This class builds the returned array data based on info from header and first row.
|
| CommandIterator | |
| DateMathComparator |
Comparator that allows you to pass Calendar fields and a negative number for the number
of this filed (i.e.
|
| DefaultGeneralizer | |
| DetailDataWrapper | |
| EnumIterator | |
| FIFOBufferHolder |
First-in, first-out buffer.
|
| FileUtils | |
| JAMonArrayComparator |
Note I took this code from fdsapi.com, and would like to eventually merge these 2 projects, so
this class will eventually be replaced by the one in FDS.
|
| JAMonComparator | |
| LocaleContext | |
| Logger |
Very Simple Utility class used for Logging.
|
| Misc | |
| NExtremeBufferHolder |
Buffer used to keep the last N recent values based on the comparator.
|
| Exception | Description |
|---|---|
| AppBaseException |
For further information on JAMon go to www.jamonapi.com
Steve Souza - admin@jamonapi.com JAMon