Interface JobInstance


public interface JobInstance
Provides a view of a job instance to the JobOperator.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    long
    Get unique id for this JobInstance.
    Get job name.
  • Method Details Link icon

    • getInstanceId Link icon

      long getInstanceId()
      Get unique id for this JobInstance.
      Returns:
      instance id
    • getJobName Link icon

      String getJobName()
      Get job name.
      Returns:
      value of 'id' attribute from <job>