Interface | Description |
---|---|
BITContainer |
A CICS BIT container which can be both read from, and written to
|
Channel |
A CICS channel
|
ChannelProgramLinker | |
ChannelProgramLinkerResponse |
A
ChannelProgramLinkerResponse is returned when a program is
linked to using ChannelProgramLinker.link() . |
CHARContainer | |
CICSContext |
The environment that the API is executing in.
|
CICSContextProvider |
Factory interface for implementors of the JCICSX API to provide
instances of
CICSContext . |
Container |
A CICS container
|
Deserializer<T> |
A
Deserializer is capable of transforming the content of a
BitContainer into an object of type T . |
ProgramLinker |
An interface for linking to a CICS program.
|
ProgramLinkerResponse |
A
ProgramLinkerResponse is returned when program is
linked to using ProgramLinker.link() . |
ReadableBITContainer |
A CICS BIT container which can be read from
|
ReadableCHARContainer | |
ReadableContainer<T> |
A CICS container of objects of type
T |
Serializer<T> |
A
Serializer is capable of transforming an object of type T
into a byte-array representation and writing it to a BITContainer . |
WritableBITContainer |
An interface which describes a CICS container with BIT datatype that can be written to
|
WritableCHARContainer |
An interface which describes a CICS container with CHAR datatype which
can be written to.
|
WritableContainer<T> |
An interface that describes a CICS container that can be written to
|
Class | Description |
---|---|
Deserializers |
Common implementations of
Deserializer for various useful functions. |
Serializers |
Common implementations of
Serializer for various useful functions. |
Enum | Description |
---|---|
RespCode |
Enum representing EXEC CICS API RESP codes
|
Exception | Description |
---|---|
CICSConditionException |
Exception class representing a failure when executing an
EXEC CICS
API command. |
CICSConditionIOException |
Exception class representing a failure when executing an
EXEC CICS
API command. |
CICSConditionRuntimeException |
A runtime exception to handle CICS Response Exceptions for overriding methods that can?t have checked exceptions
|