| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.jsp.BankframePage
com.bankframe.ei.channel.server.JspTest
public class JspTest
This is a test class used to test the JSP Server. It accepts requests to ping the server from JSPs.
| Constructor Summary | |
|---|---|
| JspTest()JspTest constructor comment. | |
| Method Summary | |
|---|---|
|  String | executeRequest(ServletConfig config,
               HttpServletRequest request,
               HttpServletResponse response)This passes on a request to the BankFrame MCA Routing Manager | 
|  String | getErrorMessage()return the current error message if any | 
|  String | getName() | 
|  String | getOwner() | 
|  String | getResult() | 
|  void | handleResponse(Vector dataPackets)This method handles the response datapackets that came back from the request | 
|  boolean | isError()This method checks if an error has occurred while processing the request | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JspTest()
| Method Detail | 
|---|
public String executeRequest(ServletConfig config,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws ServletException
executeRequest in class BankframePageServletExceptionpublic String getErrorMessage()
getErrorMessage in class BankframePagepublic String getName()
public String getOwner()
public String getResult()
public void handleResponse(Vector dataPackets)
handleResponse in class BankframePagedataPackets - Vector of DataPackets returned from Banking Processpublic boolean isError()
isError in class BankframePage| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||