Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to simplify the implementation, the abstract Java class AbstractJob AbstractTaskJob has been provided. AbstractJob implements StatefulJob, AbstractTaskJob is annotated with @DisallowConcurrentExecution and also takes care of all necessary settings.

If you need @Transactional support, since Syncope >= 1.1.3, AbstractTransactionalTaskJob should be extended instead.

Take a look at sample job class.

...