Package com.jamonapi.utils

This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon.

See:
          Description

Interface Summary
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 Summary
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 Summary
AppBaseException  
 

Package com.jamonapi.utils Description

This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon.

For further information on JAMon go to www.jamonapi.com

Steve Souza - admin@jamonapi.com JAMon