Class Run

All Implemented Interfaces:
Runnable, Action

public class Run extends LockAbstract
  • Field Details

  • Constructor Details

    • Run

      public Run()
  • Method Details

    • setEmbedded

      public static void setEmbedded(boolean embedded)
      This will disable the System.exit at the end of the server.stop, as that means there are other things happening on the same VM.
    • getEmbedded

      public static boolean getEmbedded()
    • execute

      public Object execute(ActionContext context) throws Exception
      Specified by:
      execute in interface Action
      Overrides:
      execute in class LockAbstract
      Throws:
      Exception
    • stop

      protected void stop()
    • verifyOlderLogging

      public void verifyOlderLogging(File etc)