|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JobContext
| Method Summary | |
|---|---|
BatchStatus |
getBatchStatus()
The getBatchStatus method simply returns the batch status value * set by the batch runtime into the job context. |
long |
getExecutionId()
The getExecutionId method returns the current job's current execution id. |
String |
getExitStatus()
The getExitStatus method simply returns the exit status value stored into the job context through the setExitStatus method or null. |
long |
getInstanceId()
The getInstanceId method returns the current job's instance id. |
String |
getJobName()
Get job name |
Properties |
getProperties()
The getProperties method returns the job level properties specified in a job definition. |
Object |
getTransientUserData()
The getTransientUserData method returns a transient data object belonging to the current Job XML execution element. |
void |
setExitStatus(String status)
The setExitStatus method assigns the user-specified exit status for the current job. |
void |
setTransientUserData(Object data)
The setTransientUserData method stores a transient data object into the current batch context. |
| Method Detail |
|---|
String getJobName()
Object getTransientUserData()
void setTransientUserData(Object data)
data - is the user-specified typelong getInstanceId()
long getExecutionId()
Properties getProperties()
BatchStatus getBatchStatus()
String getExitStatus()
void setExitStatus(String status)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0