/** Destroy the deployment. */ @Override protected void stopImpl() { _earContainer.stop(); super.stopImpl(); }
/** Closes the container. */ public boolean stop() { _earDeploy.stop(); _appDeploy.stop(); return true; }