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.

    @FunctionalInterface
    public interface ScheduledJob
    extends Assembler
    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 int CACHE_SIZE_DEFAULT
      The default size of the scheduler job cache if module caching is on.
      static String CACHE_SIZE_KEY
      The key for the scheduler job cache size if module caching is on.
      static String NAME
      Represents Scheduled Job Objects
      static String PREFIX
      Prefix for scheduler job related classes