Ontimize 5.2072EN

com.ontimize.gui
Class ServerLauncherServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.ontimize.gui.ServerLauncherServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ServerLauncherServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
protected static com.ontimize.gui.ServerLauncherServlet.ExtendedServerLauncher launcher
           
 
Constructor Summary
ServerLauncherServlet()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig c)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

launcher

protected static com.ontimize.gui.ServerLauncherServlet.ExtendedServerLauncher launcher
Constructor Detail

ServerLauncherServlet

public ServerLauncherServlet()
                      throws java.lang.Exception
Method Detail

init

public void init(javax.servlet.ServletConfig c)
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

destroy

public void destroy()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize