| Package | Description |
|---|---|
| com.jamonapi |
This package contains classes and interfaces used to monitor Java applications.
|
| com.jamonapi.log4j | |
| com.jamonapi.utils |
This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon.
|
| Class and Description |
|---|
| BufferHolder
Interface used to add/remove values from a BufferList based on whether shouldReplaceWith(...)
returns true or not.
|
| BufferList
This object can contain a configurable number of items in a buffer.
|
| DetailData
Interface for array tabular data
|
| JAMonArrayComparator
This class allows you to compare Object[] arrays by multiple columns.
|
| NExtremeBufferHolder
Buffer used to keep the last N recent values based on the comparator.
|
| ToArray
Interface used to return info from a monitor.
|
| Class and Description |
|---|
| BufferList
This object can contain a configurable number of items in a buffer.
|
| DetailData
Interface for array tabular data
|
| Generalizer
This class interface will return a detail form in the getDetailLabel method which
is appropriate for logging.
|
| Class and Description |
|---|
| AppBaseException |
| BufferHolder
Interface used to add/remove values from a BufferList based on whether shouldReplaceWith(...)
returns true or not.
|
| BufferList
This object can contain a configurable number of items in a buffer.
|
| 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.
|
| JAMonComparator |
| NumberDelta
This class takes successive values and returns the difference or delta between them.
|
Copyright © 2015. All rights reserved.