| Home >> All >> com >> yaftp >> ftp >> [ mvsjobs Javadoc ] |
com.yaftp.ftp.mvsjobs: Javadoc index of package com.yaftp.ftp.mvsjobs.
Package Samples:
com.yaftp.ftp.mvsjobs
Classes:
JobSubmission: This class is the main entry point to MVS job subissions through IBM documented FTP JES semantics this class is based on the basic RFC ftp implemented by the com.yaftp.ftp package. Let's say that you should use this class whenever you need to implement a JOB SUBMISSION without any graphical interface because your JRE do not implement AWT SWING or just because you want to implement your own customized GUI. this class is also used of course by the FTP GUI bean and mainly
MvsJobParser: this class is used to parse a MVS executed standard batch job result. it builds an MvsJobRi class out of it. the MvsJobRi contains all the resulting JOB semantics number of steps , condition codes , CPU times , elapse times.
MvsJobRi: this class is the result of a MvsJobParser run. it contains info about an MVS execution job the MvsJobRi contains all the resulting JOB semantics number of steps , condition codes , CPU times , elapse times.
CustomSysoutParserListener: this interface is implemented to proceed with custom sysout parsing it should be activated by the MvsJobParser when IEF messages analysis is over
OutputJob: this class describes an Output JES2 queue elements and provides method tools to manipulate them
MvsJobLexer: this class implements a straigthforward lexical component used to parse MVS job listings
MvsFtpNode: define the necessary information to establish connection to an MVS FTP node
MvsJobsException: Standard exceptions thrown for MVS jobs submissions
MvsJobStep: this class describes a job step for MvsJobRi
| Home | Contact Us | Privacy Policy | Terms of Service |