コード例 #1
0
  public void forceStart() throws IOException, Exception {
    if (!(fanInTurnedOff)) {
      configFile.resetCruiseConfig();
    }

    if (!isAlreadyRunning()) {
      copyLog4jProperties();
      super.start();
      waitForServerToStart();
    }
  }
コード例 #2
0
 public void forceStop() throws Exception {
   super.stop();
 }