#!/usr/local/bin/php getFilePath("comunication.shutdown"), Context::getEnvironment()->getFilePath("comunication.execution"), Context::getEnvironment()->getFilePath("comunication.idle") ); $execStrat = new SingleJobExecutionStrategy(); $logStrategy = new LogManagerLoggingStrategy("job"); $executor = new JobExecutor($storageClass, $comStrategy, $execStrat, $logStrategy ); $executor->run(); exit(0); } catch (Exception $ex) { var_dump($ex); exit(1); } ?>