SchedulerService scheduler = (SchedulerService) schedulerReg.getService();
WrapperAlgorithm alg = new WrapperAlgorithm(getAlgorithm(algorithmID),
sessionID, algorithmID);
scheduler.runNow(alg, null);
}
/**
* @see org.cishell.remoting.service.framework.AlgorithmRegistry#getAlgorithm(String)
*/