Class JobInfos

java.lang.Object
org.glassfish.api.admin.progress.JobInfos

public class JobInfos extends Object
This class contains information of all the jobs which will be persisted to jobs.xml
Author:
Bhakti Mehta
  • Constructor Details

    • JobInfos

      public JobInfos()
      Creates an empty list.
  • Method Details

    • getJobInfoList

      public List<JobInfo> getJobInfoList()
      Returns:
      the internal list, never null.
    • setJobInfoList

      public void setJobInfoList(List<JobInfo> jobInfoList)
      Parameters:
      jobInfoList - can be null, then creates an empty ArrayList.