| 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 |
|---|---|---|
RJob |
CommandCall.getJob() |
Deprecated.
Use getServerJob() instead.
|
| Modifier and Type | Method | Description |
|---|---|---|
RJob |
VJob.getRJob() |
Deprecated.
Returns the job.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
VJob.setRJob(RJob job) |
Deprecated.
Sets the job.
|
| Constructor | Description |
|---|---|
VJob(AS400 system,
RJob job) |
Deprecated.
Constructs a VJob object.
|
VJob(VNode parent,
AS400 system,
RJob job) |
Deprecated.
Constructs a VJob object.
|
Copyright © 2024. All rights reserved.