public interface AsyncCommand
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Long | getJobInstanceId()
This method gets the instance id for this job as set in the SCHSTATUS table.
|
| java.lang.Long | getJobReferenceId()
This method gets the reference id for this job as set in the SCHCONFIG table.
|
| void | setJobInstanceId(java.lang.Long val)
This method sets the instance id for this job as set in the SCHSTATUS table.
|
| void | setJobReferenceId(java.lang.Long val)
This method sets the reference id for this job as set in the SCHCONFIG table.
|
static final java.lang.String COPYRIGHT
java.lang.Long getJobInstanceId()
java.lang.Long getJobReferenceId()
void setJobInstanceId(java.lang.Long val)
void setJobReferenceId(java.lang.Long val)