|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RequestExit | All implementations of CICS Transaction Gateway RequestExit monitoring classes must implement the RequestExit interface. |
TransientPayLoad | Provides a representation of the COMMAREA being passed to or returned from a CICS program call. |
Class Summary | |
---|---|
DistributedIdentity | This class contains the distributed identity that is used to identify a user across multiple software components. |
Enum Summary | |
---|---|
FlowTopology | FlowTopology enumerates the parts of the topologies over which a flow may pass. |
FlowType | Flows on requests are of different types. |
RequestData | This enumeration defines the data passed to the
RequestExit
eventFired()
method. |
RequestEvent | This enumeration defines the event that triggers the
eventFired()
method of the RequestExit . |
RequestType | Flows on a request can carry different types of work. |
TransactionType | Flows on a request can be part of different transactions. |
Provides classes for developing request monitoring exits.
Request level monitoring allows a 3rd party application to be called at significant points in the request flow through the Gateway daemon and Java client classes.
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |