Interface SpooledFileHandler
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CLSpooledFilehandler
,SQLSpooledFilehandler
-
Method Summary
Modifier and TypeMethodDescriptionlistSpooledFiles
(IBMi ibmi, String jobNumber, String jobUser, String jobName) void
writeSpooledFile
(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:
SQLException
com.ibm.as400.access.AS400SecurityException
com.ibm.as400.access.ObjectDoesNotExistException
IOException
InterruptedException
com.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:
SQLException
com.ibm.as400.access.AS400SecurityException
com.ibm.as400.access.ObjectDoesNotExistException
IOException
InterruptedException
com.ibm.as400.access.ErrorCompletingRequestException
com.ibm.as400.access.list.OpenListException
-