uPortal 2.3.2
API Documentation

org.jasig.portal
Class ProblemsTable

java.lang.Object
  extended byorg.jasig.portal.ProblemsTable

public class ProblemsTable
extends java.lang.Object

ProblemsTable.

Version:
$Revision: 1.2 $
Author:
Howard Gilbert

Field Summary
static java.util.LinkedList recentIds
           
static java.util.TreeMap registeredIds
           
 
Constructor Summary
ProblemsTable()
           
 
Method Summary
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

registeredIds

public static java.util.TreeMap registeredIds

recentIds

public static java.util.LinkedList recentIds
Constructor Detail

ProblemsTable

public ProblemsTable()
Method Detail

register

public static void register(ErrorID id)
Add ErrorID to TreeMaps

Parameters:
id - ErrorID (ignored if duplicate)

store

public static void store(PortalException pe)
Store a PortalException in the tables.

Parameters:
pe - PortalException to be tabulated

uPortal 2.3.2
API Documentation