187188189190191192193194195196197
} if (LifeCycleMBean.STARTED.equals(comp.getCurrentState())) { comp.stop(false); } if (LifeCycleMBean.STOPPED.equals(comp.getCurrentState())) { comp.shutDown(false, force); } } } public void uninstall(boolean force) throws Exception {
194195196197198199200201202203204