| 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 |
Admin commands in GlassFish
|
| Modifier and Type | Field and Description |
|---|---|
protected JobInfos |
JobPersistenceService.jobInfos |
| Modifier and Type | Method and Description |
|---|---|
JobInfos |
JobManagerService.getCompletedJobs(File jobsFile)
This will load the jobs which have already completed
and persisted in the jobs.xml
|
JobInfos |
JobManagerService.purgeCompletedJobForId(String id) |
JobInfos |
JobManagerService.purgeCompletedJobForId(String jobId,
File file)
This method looks for the completed jobs
and purges a job which is marked with the jobId
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobPersistenceService.doPersist(JobInfos jobInfos,
JobInfo jobInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected JobInfos |
ListJobsCommand.getCompletedJobs() |
| Modifier and Type | Method and Description |
|---|---|
JobInfos |
JobManager.getCompletedJobs(File jobs)
This will get the list of jobs from the job registry which have completed
|
Copyright © 2017. All rights reserved.