| Package | Description |
|---|---|
| com.ibm.ctg.monitoring |
Provides classes for developing request monitoring exits.
|
| Class and Description |
|---|
| ClientType
ClientType enumerates the type of remote client application which
can connect to the Gateway daemon.
|
| ContainerInfo
Provides monitoring information about a container in the channel associated
with an ECI request.
|
| ContainerInfo.DataType
Defines the type of data in a container and whether it is subject to code
page conversion.
|
| ContainerInfoContentException
This exception is thrown when the container data is no longer
available on the
ContainerInfo get data methods. |
| 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.
|
| InvalidContainerTypeException
This exception is thrown when an error occurs while using a
ContainerInfo get data methods. |
| 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. |
| RequestExit
All implementations of CICS Transaction Gateway RequestExit monitoring classes
must implement the RequestExit interface.
|
| RequestType
Flows on a request can carry different types of work.
|
| TransactionType
Flows on a request can be part of different transactions.
|