See: Description
| Interface | Description |
|---|---|
| ChannelInfo |
Provides monitoring information about the channel associated with an ECI request.
|
| ContainerInfo |
Provides monitoring information about a container in the channel associated
with an ECI request.
|
| RequestExit |
All implementations of CICS Transaction Gateway RequestExit monitoring classes
must implement the RequestExit interface.
|
| TraceParentInterface |
StakeHolders who would like to monitor the Request end to end can implement the
TrackingTokenInterface Interface.
|
| TrackingTokenInterface |
StakeHolders who would like to monitor the Request end to end can implement the
TrackingTokenInterface Interface.
|
| TransientPayLoad |
Provides a representation of the COMMAREA being passed to or returned
from a CICS program call.
|
| Class | Description |
|---|---|
| DataFlowsMonitor |
The DataFlowsMonitor is designed to output all the relevant data available
on the eventFired method.
|
| DistributedIdentity |
This class contains the distributed identity that is used to identify
a user across multiple software components.
|
| Enum | Description |
|---|---|
| ClientType |
ClientType enumerates the type of remote client application which
can connect to the Gateway daemon.
|
| ContainerInfo.DataType |
Defines the type of data in a container and whether it is subject to code
page conversion.
|
| FlowTopology |
FlowTopology enumerates the parts of the topologies over
which a request may flow.
|
| FlowType |
Flows on requests are of different types.
|
| HttpVerb |
HttpVerb enumerates the HTTP methods which a request may call.
|
| Protocol |
Protocol enumerates the protocols which can be used to
connect to the Gateway daemon.
|
| 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.
|
| Exception | Description |
|---|---|
| ContainerInfoContentException |
This exception is thrown when the container data is no longer
available on the
ContainerInfo get data methods. |
| InvalidContainerTypeException |
This exception is thrown when an error occurs while using a
ContainerInfo get data methods. |