Interface | Description |
---|---|
DSCB |
Common interface for the dataset control block (DSCB) structure returned from
a VTOC.
|
MvsCommandCallback |
Implement this interface to control how MVS operator commands are handled.
|
WtoConstants |
Defines constants used by
MvsConsole and WtoMessage . |
ZFileConstants |
Class | Description |
---|---|
AccessMethodServices |
A class that provides a Java interface to z/OS Access Method Services
(IDCAMS).
|
ByteUtil |
Helper methods for converting to/from raw byte array data
|
CatalogSearch |
A class that provides a Java interface to the z/OS Catalog Search Interface.
|
CatalogSearch.Entry |
A static nested class of CatalogSearch which holds a catalog search
entry.
|
CatalogSearchField |
A wrapper around the bytes for a specific field returned from a CatalogSearch request Dataset Entry.
|
DatasetVolumeList |
An object which maps the 265-byte workarea returned by the LOCATE macro, preceded
by the 44-byte resolved dataset name.
|
DfSort |
This class provides a Java wrapper around the DFSORT utility.
|
Enqueue |
A class that provides a Java interface to the z/OS ISGENQ service.
|
Exec |
Class for running an external process that buffers output, provides timeout
control and stdout/stderr character encoding.
|
FileFactory |
A class with static methods for building a BufferedReader, BufferedWriter,
InputStream, or OutputStream on a text file or MVS dataset.
|
Format1DSCB |
A object which maps a Format-1 DSCB (Dataset Control Block),
which is a record from the VTOC that describes a MVS dataset.
|
Format3DSCB |
A object which maps a Format-3 DSCB (Dataset Control Block),
which is a record from the VTOC that describes a MVS dataset.
|
Format8DSCB |
A object which maps a Format-8 DSCB (Dataset Control Block),
which is a record from the VTOC that describes a MVS dataset.
|
Format9DSCB |
A object which maps a Format-9 DSCB (Dataset Control Block),
which is a record from the VTOC that describes a MVS dataset.
|
JFCB |
An object which provides read-only access to a JFCB (Job File Control Block),
which is information regarding an allocated DD.
|
JzosPermission |
Simple Permission class to allow JZOS to operate with a SecurityManager.
|
Messages |
Accessor class for externalized NLS messages in the com.ibm.jzos java package.
|
MvsConsole |
A class with static methods to interface with the MVS console.
|
MvsConsoleResult |
A object containing results from the MvsConsole native calls to the
C library __console2() api.
|
MvsJobSubmitter |
Class to submit a job to the internal reader, returning the jobid.
|
PdsDirectory |
A class for opening a PDS directory and iterating over its members.
|
PdsDirectory.MemberInfo |
A static inner class of PdsDirectory which defines/maps a
member directory entry.
|
Rauditx |
A JNI Wrapper for r_auditx, IRRSAX00 and IRRSAX64.
|
RauditxMessageHeader | |
RauditxParameters | |
RauditxRelocateHeader | |
RDWInputRecordStream |
This class is a wrapper that returns RDW delineated records from an InputStream.
|
RDWOutputRecordStream |
This class is a wrapper that writes RDW delineated records to an OutputStream.
|
RecordReader |
This class provides record mode read access to z/OS datasets.
|
RecordWriter |
This class provides record mode write access to z/OS datasets.
|
Transcoder |
This class provides conversions from a source Charset (Codepage) to a target Charset.
|
TranscodingPrintStream |
A subclass of PrintStream that sets an encoding on its OutputStreamWriter
and also transcodes any write(byte[]) messages that are sent to it
when it is treated as an OutputStream.
|
WtoMessage |
A simple data object/bean for holding a WTO message and its parameters.
|
ZFile |
JNI Wrapper for z/OS C-Library IO routines.
|
ZFileRecordReader |
This ZFile wrapper is no longer the most efficient way to read dataset records.
|
ZLogstream |
A JNI Wrapper for z/OS Logstreams, supporting IXGCONN (connect), IXGWRITE (write).
|
ZUtil |
This class provides a static interface to various z/OS
native library calls, other than I/O.
|
Exception | Description |
---|---|
EnqueueException |
Exception class thrown by class
Enqueue and its native code. |
ErrnoException |
Exception class that holds the errno and errno2 information resulting
from a native call error.
|
JesVsamException |
Exception class used to convey JES exceptions.
|
RauditxException |
A customized RuntimeException to carry return codes for RAuditx errors.
|
RcException |
Exception class that holds a return code and message resulting
from a native call error.
|
ZFileException |
A customized IOException to carry detailed native file error information.
|
ZLogstreamException |
A customized IOException to carry return codes for ZLogstream errors.
|