}
protected IStatus start(IModule module) throws Exception {
TargetModuleID id = DeploymentUtils.getTargetModuleID(getServer(), module);
IDeploymentCommand cmd = DeploymentCommandFactory.createStartCommand(new TargetModuleID[] { id }, module, getServer());
return cmd.execute(_monitor);
}
protected IStatus start(TargetModuleID[] ids) throws Exception {
IDeploymentCommand cmd = DeploymentCommandFactory.createStartCommand(ids, null, getServer());
return cmd.execute(_monitor);