public interface AddJobCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
This is the default implementation of this command.
|
static java.lang.String | NAME
This is the name of this command.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getJobId()
This method gets the job reference number.
|
java.lang.Long | getJobInstanceId()
This method gets the job instance number.
|
void | setApplicationType(java.lang.String ApplicationType)
This method sets the application type.
|
void | setAttempts(java.lang.Integer attempts)
This method sets the number of retry attempts.
|
void | setDelay(java.lang.Integer delay)
This method sets the delay time between re-attempts.
|
void | setHost(java.lang.String host)
This method sets the name of the host where command should be run.
|
void | setInterval(java.lang.Integer interval)
This method sets the rerun frequency of this job.
|
void | setName(java.lang.String name)
This method sets the user identity for the execution of the job.
|
void | setPathInfo(java.lang.String pathInfo)
This method sets the name of the command to execute.
|
void | setQueryString(java.lang.String parameters)
This method sets the query string associated with the job.
|
void | setSequence(java.lang.Integer policy)
This method sets the sequence.
|
void | setStartTime(java.sql.Timestamp startTime)
This method sets the start time of the job execution.
|
void | setStoreId(java.lang.Integer storeId)
This method sets the store id of the scheduled job.
|
void | setUrl(java.lang.String url)
This method sets the URL to which we should be redirected at the end of the command.
|
void | setUserRefNum(java.lang.Long refnum)
This method sets the member id of the user identity for the execution of the job.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.Long getJobId()
java.lang.Long getJobInstanceId()
void setApplicationType(java.lang.String ApplicationType)
void setAttempts(java.lang.Integer attempts)
void setDelay(java.lang.Integer delay)
void setHost(java.lang.String host)
void setInterval(java.lang.Integer interval)
void setName(java.lang.String name)
void setPathInfo(java.lang.String pathInfo)
void setQueryString(java.lang.String parameters)
void setSequence(java.lang.Integer policy)
void setStartTime(java.sql.Timestamp startTime)
void setUrl(java.lang.String url)
void setUserRefNum(java.lang.Long refnum)
void setStoreId(java.lang.Integer storeId)