Class ActionSleep

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, ActionLifecycle, ActionProcessor

public class ActionSleep extends ActionCtl
A task that kicks off a asynchronous operation that simply waits and exits. For testing.
See Also:
  • Field Details

  • Constructor Details

    • ActionSleep

      public ActionSleep()
  • Method Details

    • execOptions

      public void execOptions(HttpAction action)
    • execPost

      public void execPost(HttpAction action)
    • validate

      public void validate(HttpAction action)
      Description copied from interface: ActionLifecycle
      The validation step of a request
    • execute

      public void execute(HttpAction action)
      Description copied from interface: ActionLifecycle
      The perform step of a request