com.ibm.cics.zos.comm
Interface IZOSJobConnection
- All Superinterfaces:
- IConnection
- All Known Subinterfaces:
- IZOSConnection
public interface IZOSJobConnection
- extends IConnection
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getJob
ZOSConnectionResponse getJob(java.lang.String jobID)
throws ConnectionException
- Throws:
ConnectionException
getJobs
java.util.List<ZOSConnectionResponse> getJobs(java.lang.String jobName,
JobStatus aJobStatus,
java.lang.String owner)
throws ZOSUnsupportedOperationException,
ConnectionException
- Throws:
ZOSUnsupportedOperationException
ConnectionException
getJobSteps
java.util.List<ZOSConnectionResponse> getJobSteps(java.lang.String jobID)
throws ConnectionException
- Throws:
ConnectionException
getJobStepSpool
java.io.ByteArrayOutputStream getJobStepSpool(java.lang.String dsName)
throws ConnectionException
- Throws:
ConnectionException
Copyright © 2013 IBM Corp. All Rights Reserved.