136137138139140141142
* Sets the cron interval. */ @Configurable public void setCron(String cron) { _trigger = new CronType(cron); }
133134135136137138139