Class JobSchedulerFacade

  • All Implemented Interfaces:
    JobScheduler

    public class JobSchedulerFacade
    extends Object
    implements JobScheduler
    A wrapper for instances of the JobScheduler interface that ensures that methods provides safe and sane return values and can deal with null values being passed in etc. Provides a measure of safety when using unknown implementations of the JobSchedulerStore which might not always do the right thing.