org.eclipse.ohf.stem.ui.ge.servlet
Class VerifyServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.eclipse.ohf.stem.ui.ge.servlet.VerifyServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class VerifyServlet
extends javax.servlet.http.HttpServlet

Servlet that allows the client to verify that the web server is started and the STEM-GoogleEarth servlets are deployed. If it gets a String "VerifyClient v.v.v" It returns a String "VerifyServlet v.v.v"

See Also:
Serialized Form

Constructor Summary
VerifyServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyServlet

public VerifyServlet()