CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.ha.ExitEvent

Packages that use ExitEvent
com.ibm.ctg.ha Provides classes for developing CICS request exits that resolve CICS server names on ECI and XA requests. 
 

Uses of ExitEvent in com.ibm.ctg.ha
 

Methods in com.ibm.ctg.ha that return ExitEvent
static ExitEvent ExitEvent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExitEvent[] ExitEvent.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.ctg.ha with parameters of type ExitEvent
 void CICSRequestExit.eventFired(ExitEvent event, java.util.Map<ExitEventData,java.lang.Object> data)
          This method will be called for each defined ExitEvent.
 


©Copyright IBM Corp. 1994, 2014
Legal