scheta
Configurable library to create periodic and single jobs in Java.
Exposed classes
-
TaskConfigurationclass represent configuration for both types of task:SingleJobandPeriodicJob. ForSingleJobtype task, it can be null, what cause immediate task lunch.nullconfiguration forPeriodicJobcauseNullPointerException. -
SingleJobclass is able to lunch one time task immediately or with delay. It's dependent of configuration. Configurationtimeproperty is inHH:MM:SSformat. If property is set properly, task will be triggered at set hour, minute and second. -
PeriodicJobclass is able to lunch periodic task immediately or with delay. Iftimeproperty is not set, task starts now.unitdefinesperiodtime representation inHOURS,MINUTESandSECONDS.periodproperty defines time between task lunches, remember that it is represent asint.