Schedule4j

A Java library to help you with your development.
Download

Schedule4j Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Dirk Buchhorn
  • Operating Systems:
  • Windows All
  • File Size:
  • 32 KB

Schedule4j Tags


Schedule4j Description

Schedule4j is a java library for scheduling jobs Main concept To schedule a job three things are needed a Scheduler, a JobDescriptor and a Trigger. The Scheduler handels the scheduled jobs. Over the schedule and unschedule method a job can be registered and unregistered from the Scheduler instance. The job and the job details like is the job stateful or stateless and the execution parameter are defined with the JobDiscriptor. The Trigger class contains the execution plan (when should the job executed). You can implement your own Trigger or use the ScheduleTrigger what use a Schedule for getting the execution events. As Schedules a simple and a cron implementation can be used. Schedule4j is a java library for scheduling jobs. Features * Scheduler for job scheduling * ThreadPool for handling job execution * Simple and cron schedule implementation


Schedule4j Related Software