Uses of Class
org.glassfish.api.admin.progress.JobInfo
-
Packages that use JobInfo Package Description com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.commands All the general utility admin commands may be placed in this package.org.glassfish.api.admin.progress -
-
Uses of JobInfo in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return JobInfo Modifier and Type Method Description JobInfoJobManagerService. getCompletedJobForId(String id)JobInfoJobManagerService. getCompletedJobForId(String id, File file)Methods in com.sun.enterprise.v3.admin that return types with arguments of type JobInfo Modifier and Type Method Description ArrayList<JobInfo>JobManagerService. getExpiredJobs(File file)This will return a list of jobs which have crossed the JOBS_RETENTION_PERIOD and need to be purgedMethods in com.sun.enterprise.v3.admin with parameters of type JobInfo Modifier and Type Method Description voidJobPersistenceService. doPersist(JobInfos jobInfos, JobInfo jobInfo) -
Uses of JobInfo in com.sun.enterprise.v3.admin.commands
Methods in com.sun.enterprise.v3.admin.commands that return JobInfo Modifier and Type Method Description protected JobInfoListJobsCommand. getCompletedJobForId(String jobID)Methods in com.sun.enterprise.v3.admin.commands with parameters of type JobInfo Modifier and Type Method Description voidAttachCommand. attach(Job attached, JobInfo jobInfo, AdminCommandContext context, String jobName)Method parameters in com.sun.enterprise.v3.admin.commands with type arguments of type JobInfo Modifier and Type Method Description voidListJobsCommand. display(Collection<JobInfo> jobInfoList, AdminCommandContext context) -
Uses of JobInfo in org.glassfish.api.admin.progress
Methods in org.glassfish.api.admin.progress that return types with arguments of type JobInfo Modifier and Type Method Description List<JobInfo>JobInfos. getJobInfoList()Method parameters in org.glassfish.api.admin.progress with type arguments of type JobInfo Modifier and Type Method Description voidJobInfos. setJobInfoList(List<JobInfo> jobInfoList)
-