ZetaGrid v1.9

zeta.handler
Interface GetHandler

All Known Implementing Classes:
AbstractHandler, ApproveHandler, DataHandler, GetClientHandler, RequestWorkUnitHandler, SynchronizationHandler

public interface GetHandler

Interface for handlers which support HTTP GET requests.


Method Summary
 void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handles a GET request from a servlet.
 

Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse resp)
           throws javax.servlet.ServletException,
                  java.sql.SQLException,
                  java.io.IOException
Handles a GET request from a servlet.

javax.servlet.ServletException
java.sql.SQLException
java.io.IOException

ZetaGrid v1.9

For further technical papers, see ZetaGrid Technical Documentation.
 
Copyright © 2001,2002 Sebastian Wedeniwski. All Rights Reserved.