Interface Task


public interface Task
Represents an executable Task
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute method will be invoked by the QuartzJOb.
  • Method Details

    • execute

      void execute()
      Execute method will be invoked by the QuartzJOb.