This image shows the three utility classes and
their associated methods and datatypes.
The three classes are:
- empbft.util.AppJNDINames
- empbft.util.Debug
- empbft.util.SessionHelper
Datatypes under empbft.util.AppJNDINames:
- BENEFIT_CATALOG_EJBHOME: String
- EMPLOYEE_EJBHOME: String
- EMPLOYEE_MANAGER_EJBHOME: String
- EMPBFT_DATASOURCE: String
Datatypes under empbft.util.Debug:
Methods under empbft.util.Debug:
- println(Object orig, String msg): void
- println(String msg): void
Datatypes under empbft.util.SessionHelper:
- ACTION_PARAMETER: String
- EMP_ID_PARAMETER: String
- BENEFIT_PARAMETER: String
- EMPLOYEE_MANAGER_ATTRIBUTE: String
Methods under empbft.util.SessionHelper:
- getEmployeeManager(HttpServletRequest req): EmployeeManager