| Class and Description |
|---|
| ExitEvent
This enumeration defines the event that triggers the
eventFired()
method of the CICSRequestExit. |
| ExitEventData
This enumeration defines the data passed to the
eventFired()
method. |
| InvalidRequestException
This exception can be thrown by a CICS request exit if the exit
determines that the request should not be sent to CICS.
|
| RequestCallType
An enumeration of the request types that can be seen by a CICS request
exit, allowing the exit to select a CICS server based on the type of
request being flowed.
|
| RequestDetails
The RequestDetails enum contains the definitions of the data that
is passed through to the
CICSRequestExit
getCICSServer()
method. |
| RequestPayloadType
An enumeration of the ECI payload types.
|