AsyncCommand defines the interface that is required by a command that implements the asynchronus command interface. This interface is required by a long running job that is to be scheduled by the scheduler.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Method Summary | |
java.lang.Long | getJobInstanceId() Return the instance Id for this job as set in the SCHSTATUS table. |
java.lang.Long | getJobReferenceId() Return the refernce Id for this job as set in the SCHCONFIG table. |
void | setJobInstanceId(java.lang.Long val) Sets the instance Id for this job as set in the SCHSTATUS table. |
void | setJobReferenceId(java.lang.Long val) Sets the refernce Id for this job as set in the SCHCONFIG table. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Long getJobInstanceId()
public java.lang.Long getJobReferenceId()
public void setJobInstanceId(java.lang.Long val)
public void setJobReferenceId(java.lang.Long val)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.