コード例 #1
0
  /** Destroy the deployment. */
  @Override
  protected void stopImpl() {
    _earContainer.stop();

    super.stopImpl();
  }
コード例 #2
0
ファイル: WebAppContainer.java プロジェクト: dlitz/resin
  /** Closes the container. */
  public boolean stop() {
    _earDeploy.stop();
    _appDeploy.stop();

    return true;
  }