Interface TaskService.Task

  • Enclosing class:
    TaskService

    public static interface TaskService.Task
    • Method Detail

      • execute

        Value execute()
               throws Exception
        Called to execute task.
        Returns:
        Value (use PReference to wrap arbitrary Objects)
        Throws:
        Exception