/** Destroy the deployment. */ @Override protected void stopImpl() { _earContainer.stop(); super.stopImpl(); }
/** Destroy the deployment. */ @Override protected void destroyImpl() { _earContainer.destroy(); super.destroyImpl(); }
/** Starts the deployment. */ @Override protected void startImpl() { super.startImpl(); _earContainer.start(); }