Uses of Class
com.aoapps.cron.CronJob.Executor
-
-
Uses of CronJob.Executor in com.aoapps.cron
Methods in com.aoapps.cron that return CronJob.Executor Modifier and Type Method Description default CronJob.ExecutorCronJob. getExecutor()Gets the executor that should be used for this job.static CronJob.ExecutorCronJob.Executor. valueOf(String name)Returns the enum constant of this type with the specified name.static CronJob.Executor[]CronJob.Executor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-