/** Destroy the deployment. */
  @Override
  protected void stopImpl() {
    _earContainer.stop();

    super.stopImpl();
  }
Esempio n. 2
0
  /** Closes the container. */
  public boolean stop() {
    _earDeploy.stop();
    _appDeploy.stop();

    return true;
  }