Interface ScheduledJob

All Superinterfaces:
Assembler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

All Scheduled jobs should implement this. The class that implements ScheduledJob should contain the code that you actually want to execute at a specific time. The name of this class is what you register in the JobEntry.
Version:
$Id$
Author:
Dave Bryson
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The default size of the scheduler job cache if module caching is on.
    static final String
    The key for the scheduler job cache size if module caching is on.
    static final String
    Represents Scheduled Job Objects
    static final String
    Prefix for scheduler job related classes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Run the Jobentry from the scheduler queue.