net.sf.scmwebgui.actions
Class StopAgents

java.lang.Object
  extended by net.sf.scmwebgui.actions.StopAgents
All Implemented Interfaces:
IActionHandler

public class StopAgents
extends java.lang.Object
implements IActionHandler

This IActionHandler stops all the agents of the project. The handler is called without parameters.


Constructor Summary
StopAgents()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopAgents

public StopAgents()
Method Detail

execute

public void execute(RequestContext ctx,
                    javax.servlet.http.HttpServletRequest request)
Description copied from interface: IActionHandler
Execute the actions in the IActionHandler

Specified by:
execute in interface IActionHandler
request - Servlet Request with parameters as attributes.


Copyright null null. All Rights Reserved.