C E G I R V 

C

CICSRequestExit - Interface in com.ibm.ctg.ha
All implementations of CICS Transaction Gateway CICS request exit classes must implement the CICSRequestExit interface.
com.ibm.ctg.ha - package com.ibm.ctg.ha
Provides classes for developing CICS request exits that resolve CICS server names on ECI, ESI and XA requests.

E

eventFired(ExitEvent, Map<ExitEventData, Object>) - Method in interface com.ibm.ctg.ha.CICSRequestExit
This method is called for each defined ExitEvent.
ExitEvent - Enum in com.ibm.ctg.ha
This enumeration defines the event that triggers the eventFired() method of the CICSRequestExit.
ExitEventData - Enum in com.ibm.ctg.ha
This enumeration defines the data passed to the eventFired() method.

G

getCICSServer(Map<RequestDetails, Object>) - Method in interface com.ibm.ctg.ha.CICSRequestExit
This method is called at the start of every extended LUW or XA transaction , for every SYNCONRETURN ECI request and every ESI request that is received by the CICS Transaction Gateway.
getDataType() - Method in enum com.ibm.ctg.ha.ExitEventData
 
getDataType() - Method in enum com.ibm.ctg.ha.RequestDetails
Get the type of data for this entry.
getRetryCount() - Method in interface com.ibm.ctg.ha.CICSRequestExit
This method is called after the exit is loaded to determine the maximum number of times a request is retried.

I

InvalidRequestException - Exception in com.ibm.ctg.ha
This exception can be thrown by a CICS request exit if the exit determines that the request should not be sent to CICS.
InvalidRequestException() - Constructor for exception com.ibm.ctg.ha.InvalidRequestException
Creates a new exception with no message.
InvalidRequestException(String) - Constructor for exception com.ibm.ctg.ha.InvalidRequestException
Creates a new exception with the specified message.
InvalidRequestException(Throwable) - Constructor for exception com.ibm.ctg.ha.InvalidRequestException
Creates a new exception with the specified cause
InvalidRequestException(String, Throwable) - Constructor for exception com.ibm.ctg.ha.InvalidRequestException
Creates a new exception with the specified message and cause.

R

RequestCallType - Enum in com.ibm.ctg.ha
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 - Enum in com.ibm.ctg.ha
The RequestDetails enum contains the definitions of the data that is passed through to the CICSRequestExit getCICSServer() method.
RequestPayloadType - Enum in com.ibm.ctg.ha
An enumeration of the ECI payload types.

V

valueOf(String) - Static method in enum com.ibm.ctg.ha.ExitEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.ha.ExitEventData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.ha.RequestCallType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.ha.RequestDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.ha.RequestPayloadType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.ctg.ha.ExitEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.ha.ExitEventData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.ha.RequestCallType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.ha.RequestDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.ha.RequestPayloadType
Returns an array containing the constants of this enum type, in the order they are declared.
C E G I R V 
©Copyright IBM Corp. 1994, 2012
Legal