|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Add a job to scheduler table.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
Method Summary | |
java.lang.Long |
getJobId()
Gets the job id. |
java.lang.Long |
getJobInstanceId()
Gets the job instance id. |
void |
setApplicationType(java.lang.String ApplicationType)
Sets the application type. |
void |
setAttempts(java.lang.Integer attempts)
Sets the number of retry attempts. |
void |
setDelay(java.lang.Integer delay)
Sets the delay time between re-attempts. |
void |
setHost(java.lang.String host)
Sets the name of the host where command should be run. |
void |
setInterval(java.lang.Integer interval)
Sets the frquency to rerun of this job. |
void |
setName(java.lang.String name)
Sets the name of user. |
void |
setPathInfo(java.lang.String pathInfo)
Sets the name of the command to be added to the scheduler. |
void |
setQueryString(java.lang.String parameters)
Sets the query string associated with the job. |
void |
setSequence(java.lang.Integer policy)
Sets the sequence. |
void |
setStartTime(java.sql.Timestamp startTime)
Sets the start time. |
void |
setUrl(java.lang.String url)
Sets the url to be redirected to at the end of the command. |
void |
setUserRefNum(java.lang.Long refnum)
Sets the user Id. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public java.lang.Long getJobId()
public java.lang.Long getJobInstanceId()
public void setApplicationType(java.lang.String ApplicationType)
public void setAttempts(java.lang.Integer attempts)
public void setDelay(java.lang.Integer delay)
public void setHost(java.lang.String host)
public void setInterval(java.lang.Integer interval)
interval
- Integer - interval in units of seconds.public void setName(java.lang.String name)
public void setPathInfo(java.lang.String pathInfo)
public void setQueryString(java.lang.String parameters)
public void setSequence(java.lang.Integer policy)
policy
- Integerpublic void setStartTime(java.sql.Timestamp startTime)
startTiem
- Timestamppublic void setUrl(java.lang.String url)
url
- String - urlpublic void setUserRefNum(java.lang.Long refnum)
Long
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |