Field Summary |
|
final public static String | MAX_RECENT_ERRORS_PER_SPECIFIC_PROPERTY The name of the PropertiesManager property the value of which should be the
number of recent PortalExceptions you would like stored for each specific subcategory of ErrorID. |
final public static String | OVERALL_RECENT_ERRORS_PROPERTY The name of the propertiesManager property the value of which should be the number of recent
PortalExceptions you would like stored in the overall FIFO cache, regardless of ErrorID. |
public static LinkedList | recentIds List of recently modified CountID instances. |
public static TreeMap | registeredIds TreeMap from ErrorID Categories to TreeMaps.
The enclosed TreeMaps map from Specifics (ErrorID subcategories)
to CountID objects. |