Class JobInfoImpl

  • All Implemented Interfaces:
    JobInfo

    @Internal
    public class JobInfoImpl
    extends Object
    implements JobInfo
    The default implementation of JobInfo.
    • Constructor Detail

      • JobInfoImpl

        public JobInfoImpl​(JobID jobID,
                           String jobName)
    • Method Detail

      • getJobId

        public JobID getJobId()
        Description copied from interface: JobInfo
        Get the ID of the job.
        Specified by:
        getJobId in interface JobInfo
        Returns:
        the ID of the job
      • getJobName

        public String getJobName()
        Description copied from interface: JobInfo
        Get the name of the job.
        Specified by:
        getJobName in interface JobInfo
        Returns:
        the name of the job