Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Method | Description |
---|---|---|
Job |
CallStackEntry.getJob() |
Returns the Job object that generated this call stack entry.
|
Job[] |
AS400.getJobs(int service) |
Returns an array of Job objects representing the jobs to which this object is connected.
|
Job[] |
HistoryLog.getJobs() |
Returns the list of jobs used to filter which messages in the log are listed.
|
Job[] |
JobList.getJobs(int listOffset,
int number) |
Returns a subset of the list of jobs in the job list.
|
Job |
Subsystem.getMonitorJob() |
Returns the subsystem monitor job.
|
Job |
CommandCall.getServerJob() |
Returns a Job object which represents the system job in which the command will be run.
|
Job |
ProgramCall.getServerJob() |
Returns a Job object which represents the server job in which the program will be run.
|
Modifier and Type | Method | Description |
---|---|---|
Enumeration<Job> |
JobList.getJobs() |
Returns an Enumeration that wraps the list of jobs on the system.
|
List<Job> |
JobList.getJobsList() |
Returns the list of jobs on the system.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HistoryLog.setJobs(Job[] jobs) |
Specifies the specific jobs (if any) for which messages in the log are listed.
|
Modifier and Type | Method | Description |
---|---|---|
Job |
VJob.getJob() |
Deprecated.
Returns the job.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VJob.setJob(Job job) |
Deprecated.
Sets the job.
|
Constructor | Description |
---|---|
VJob(AS400 system,
Job job) |
Deprecated.
Constructs a VJob object.
|
VJob(VNode parent,
AS400 system,
Job job) |
Deprecated.
Constructs a VJob object.
|
Copyright © 2024. All rights reserved.