Interface SpooledFileHandler
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CLSpooledFilehandler,SQLSpooledFilehandler
-
Method Summary
Modifier and TypeMethodDescriptionlistSpooledFiles(IBMi ibmi, String jobNumber, String jobUser, String jobName) voidwriteSpooledFile(IBMi ibmi, SpooledFiles.SpooledFile spooledFile, FilePath target)
-
Method Details
-
writeSpooledFile
void writeSpooledFile(IBMi ibmi, SpooledFiles.SpooledFile spooledFile, FilePath target) throws SQLException, com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ObjectDoesNotExistException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException - Throws:
SQLExceptioncom.ibm.as400.access.AS400SecurityExceptioncom.ibm.as400.access.ObjectDoesNotExistExceptionIOExceptionInterruptedExceptioncom.ibm.as400.access.ErrorCompletingRequestException
-
listSpooledFiles
SpooledFiles listSpooledFiles(IBMi ibmi, String jobNumber, String jobUser, String jobName) throws SQLException, com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ObjectDoesNotExistException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException, com.ibm.as400.access.list.OpenListException - Throws:
SQLExceptioncom.ibm.as400.access.AS400SecurityExceptioncom.ibm.as400.access.ObjectDoesNotExistExceptionIOExceptionInterruptedExceptioncom.ibm.as400.access.ErrorCompletingRequestExceptioncom.ibm.as400.access.list.OpenListException
-