| 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 |
| Modifier and Type | Method and Description |
|---|---|
JobInfo |
JobManagerService.getCompletedJobForId(String id) |
JobInfo |
JobManagerService.getCompletedJobForId(String id,
File file) |
| Modifier and Type | Method and 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 purged
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobPersistenceService.doPersist(JobInfos jobInfos,
JobInfo jobInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected JobInfo |
ListJobsCommand.getCompletedJobForId(String jobID) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachCommand.attach(Job attached,
JobInfo jobInfo,
AdminCommandContext context,
String jobName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsCommand.display(Collection<JobInfo> jobInfoList,
AdminCommandContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<JobInfo> |
JobInfos.getJobInfoList() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobInfos.setJobInfoList(List<JobInfo> jobInfoList) |
Copyright © 2017. All rights reserved.