|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.ProblemsTable
A cache of recently reported PortalExceptions.
Field Summary | |
static java.lang.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. |
static java.lang.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. |
static java.util.LinkedList |
recentIds
List of recently modified CountID instances. |
static java.util.TreeMap |
registeredIds
TreeMap from ErrorID Categories to TreeMaps. |
Constructor Summary | |
ProblemsTable()
|
Method Summary | |
static java.util.List |
getRecentPortalExceptions()
Get an unmodifiable shallow copy of the list of recent PortalExceptions. |
static void |
register(ErrorID id)
Add ErrorID to TreeMaps |
static void |
store(PortalException pe)
Store a PortalException in the tables. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.util.TreeMap registeredIds
public static java.util.LinkedList recentIds
public static final java.lang.String MAX_RECENT_ERRORS_PER_SPECIFIC_PROPERTY
public static final java.lang.String OVERALL_RECENT_ERRORS_PROPERTY
Constructor Detail |
public ProblemsTable()
Method Detail |
public static void register(ErrorID id)
id
- ErrorID (ignored if duplicate)public static void store(PortalException pe)
pe
- PortalException to be tabulatedpublic static java.util.List getRecentPortalExceptions()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |