com.bankframe.ei.servlet
Class CacheProfileServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.CacheProfileServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
Deprecated. Use the com.bankframe.serives.cache
package instead
public class CacheProfileServlet
- extends EonServlet
- See Also:
- Serialized Form
CacheProfileServlet
public CacheProfileServlet()
- Deprecated.
log
public void log(String message)
- Deprecated.
- This method logs a string to the log file.
- Overrides:
log
in class EonServlet
- Parameters:
message
- java.lang.String
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Deprecated.
- This method handles a HTTP request
- Overrides:
service
in class EonServlet
- Parameters:
req
- is the HttpServlet Requestres
- is the HttpServlet Response
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.