|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJESJobUtilExtension
Job submission interface. Implementations of this interface can be used to submit jobs to the Job Entry Subsystem, and query their status.
| Field Summary |
|---|
| Fields inherited from interface com.ibm.ftt.jes.util.core.IJESJobUtil |
|---|
COPY_RIGHT |
| Method Summary | |
|---|---|
InputStream |
getContents(String jobId)
Return the contents of the spool data sets associated with the specified job. |
InputStream |
getContents(String jobId,
String stepnameDdname)
Return the contents of the spool data set associated with the specified stepname/ddname and job. |
String |
getContentString(String jobId)
The same as getContents(String) except returns
a String. |
String |
getContentString(String jobId,
String stepnameDdname)
The same as getContents(String, String)
except returns a String. |
| Methods inherited from interface com.ibm.ftt.jes.util.core.IJESJobUtil |
|---|
getJobContents, getJobContents, getJobDDNames, getJobReturnCode, hasJobFinishedExecuting, isConnected, submit |
| Method Detail |
|---|
InputStream getContents(String jobId)
throws OperationFailedException
The same as IJESJobUtil.getJobContents(String) except contents
are returned in the default workbench encoding.
jobId - the job id whose contents are to be returned
OperationFailedException - if the job associated with job id cannot be found or if the
job has not finished executing
InputStream getContents(String jobId,
String stepnameDdname)
throws OperationFailedException
The job is identified by the job id which is returned by submit().
The stepname/ddname is of the form STEPNAME.DDNAME, or simply
DDNAME if no stepname applies. This is the same form as
returned by IJESJobUtil.getJobDDNames(String).
The same as IJESJobUtil.getJobContents(String, String)
except contents are returned in the default workbench encoding.
jobId - the job id which identifies the JES job whose contents are to
be returnedstepnameDdname - the stepname/ddname
OperationFailedException - if the job associated with jobId cannot be found or if the
job has not finished executing
String getContentString(String jobId)
throws OperationFailedException
getContents(String) except returns
a String.
jobId -
OperationFailedException
String getContentString(String jobId,
String stepnameDdname)
throws OperationFailedException
getContents(String, String)
except returns a String.
jobId - stepnameDdname -
OperationFailedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||