Modifier and Type | Method and Description |
---|---|
static ExitEventData |
ExitEventData.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExitEventData[] |
ExitEventData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CICSRequestExit.eventFired(ExitEvent event,
java.util.Map<ExitEventData,java.lang.Object> data)
This method is called for each defined ExitEvent.
|