com.raritantechnologies.searchApp.scheduler.userInterface
Class SchedulerControlServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.searchApp.scheduler.userInterface.SchedulerControlServlet

public class SchedulerControlServlet
extends HttpServlet

Provides http Request control of a RTI Scheduler (suspend/resume).

See Also:
Serialized Form

Constructor Summary
SchedulerControlServlet()
           
 
Method Summary
 void service(HttpServletRequest pReq, HttpServletResponse pRes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerControlServlet

public SchedulerControlServlet()
Method Detail

service

public void service(HttpServletRequest pReq,
                    HttpServletResponse pRes)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException