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);
}