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
           
 
Method Summary
 ZOSConnectionResponse getJob(java.lang.String jobID)
           
 java.util.List<ZOSConnectionResponse> getJobs(java.lang.String jobName, JobStatus aJobStatus, java.lang.String owner)
           
 java.util.List<ZOSConnectionResponse> getJobSteps(java.lang.String jobID)
           
 java.io.ByteArrayOutputStream getJobStepSpool(java.lang.String dsName)
           
 
Methods inherited from interface com.ibm.cics.core.comm.IConnection
connect, disconnect, getConfiguration, getHost, getName, getPort, getUserID, isConnected, isSecure, setConfiguration
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

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.