C D E F G I O R T V 

C

ChannelInfo - Interface in com.ibm.ctg.monitoring
Provides monitoring information about the channel associated with an ECI request.
com.ibm.ctg.monitoring - package com.ibm.ctg.monitoring
Provides classes for developing request monitoring exits.
com.ibm.ctg.util - package com.ibm.ctg.util
Contains utility classes.
ContainerInfo - Interface in com.ibm.ctg.monitoring
Provides monitoring information about a container in the channel associated with an ECI request.
ContainerInfo.DataType - Enum in com.ibm.ctg.monitoring
Defines the type of data in a container and whether it is subject to code page conversion.

D

DATA_TYPE_BYTE_ARRAY - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of array of bytes.
DATA_TYPE_CHANNEL_INFO - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of ChannelInfo.
DATA_TYPE_DISTRIBUTED_IDENTITY - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of DistributedIdentity.
DATA_TYPE_FLOW_TOPOLOGY - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of enum of the FlowTopology.
DATA_TYPE_FLOW_TYPE - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of enum of the FlowType.
DATA_TYPE_INET_ADDRESS - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of InetAddress.
DATA_TYPE_INTEGER - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of Integer.
DATA_TYPE_LONG - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of Long.
DATA_TYPE_ORIGIN_DATA - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of OriginData.
DATA_TYPE_STRING - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of String.
DATA_TYPE_TRANSIENT_PAYLOAD - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of TransientPayLoad.
DATA_TYPE_XID - Static variable in enum com.ibm.ctg.monitoring.RequestData
It has a data type of Xid.
DistributedIdentity - Class in com.ibm.ctg.monitoring
This class contains the distributed identity that is used to identify a user across multiple software components.

E

eventFired(RequestEvent, Map<RequestData, Object>) - Method in interface com.ibm.ctg.monitoring.RequestExit
This method is called for each defined MonitorEvent.

F

FlowTopology - Enum in com.ibm.ctg.monitoring
FlowTopology enumerates the parts of the topologies over which a request may flow.
FlowType - Enum in com.ibm.ctg.monitoring
Flows on requests are of different types.

G

getApplid() - Method in class com.ibm.ctg.util.OriginData
Returns the APPLID of the client application from which the transaction was started.
getApplidQualifier() - Method in class com.ibm.ctg.util.OriginData
Returns the APPLID qualifier of the client application from which the transaction was started.
getBytes(int, int) - Method in interface com.ibm.ctg.monitoring.TransientPayLoad
Returns a byte array of length bytes taken from offset bytes into the payload.
getClientIpaddr() - Method in class com.ibm.ctg.util.OriginData
Returns the IP address from which the transaction was started.
getClientPort() - Method in class com.ibm.ctg.util.OriginData
Returns the TCP/IP port from which the transaction was started.
getContainer(String) - Method in interface com.ibm.ctg.monitoring.ChannelInfo
Gets a ContainerInfo object representing the container with the specified name if it exists in the channel.
getContainerNames() - Method in interface com.ibm.ctg.monitoring.ChannelInfo
Gets the names of all the containers in the channel.
getContainers() - Method in interface com.ibm.ctg.monitoring.ChannelInfo
Gets a collection of ContainerInfo objects representing all of the containers in the channel.
getDataType() - Method in enum com.ibm.ctg.monitoring.RequestData
Returns the type of data for the request data.
getDistinguishedName() - Method in class com.ibm.ctg.monitoring.DistributedIdentity
Returns a string which represents the distinguished name.
getIpAddrFamily() - Method in class com.ibm.ctg.util.OriginData
Returns the IP address family associated with the client IP address.
getLength() - Method in interface com.ibm.ctg.monitoring.ContainerInfo
Gets the length of the data in the container.
getLength() - Method in interface com.ibm.ctg.monitoring.TransientPayLoad
Returns the number of bytes in the payload.
getName() - Method in interface com.ibm.ctg.monitoring.ChannelInfo
Gets the name of the channel.
getName() - Method in interface com.ibm.ctg.monitoring.ContainerInfo
Gets the name of the container.
getPrincipalFacilityType() - Method in class com.ibm.ctg.util.OriginData
Returns the principal facility type of the origin data.
getRealmName() - Method in class com.ibm.ctg.monitoring.DistributedIdentity
Returns a string which represents the realm name.
getRequestType() - Method in enum com.ibm.ctg.monitoring.FlowType
 
getStartStck() - Method in class com.ibm.ctg.util.OriginData
Returns a store clock value representing the time when the origin data was created.
getTransactionType() - Method in enum com.ibm.ctg.monitoring.FlowType
 
getTransGroupId() - Method in class com.ibm.ctg.util.OriginData
Returns the transaction group ID associated with the origin data.
getTransId() - Method in class com.ibm.ctg.util.OriginData
Returns the CICS mirror transaction under which the transaction was started.
getType() - Method in interface com.ibm.ctg.monitoring.ContainerInfo
Gets the data type of the container.
getUserCorrelator() - Method in class com.ibm.ctg.util.OriginData
Returns the user correlator string that is passed to CICS.
getUserid() - Method in class com.ibm.ctg.util.OriginData
Returns the CICS user ID under which the transaction was started.

I

isAuthenticated() - Method in class com.ibm.ctg.monitoring.DistributedIdentity
Returns a boolean which indicates whether or not the distributed identity has been authenticated by a security registry.

O

OriginData - Class in com.ibm.ctg.util
Represents IPIC origin data which can be used to associate the flow from a client application through to a CICS server.

R

RequestData - Enum in com.ibm.ctg.monitoring
This enumeration defines the data passed to the RequestExit eventFired() method.
RequestEvent - Enum in com.ibm.ctg.monitoring
This enumeration defines the event that triggers the eventFired() method of the RequestExit.
RequestExit - Interface in com.ibm.ctg.monitoring
All implementations of CICS Transaction Gateway RequestExit monitoring classes must implement the RequestExit interface.
RequestType - Enum in com.ibm.ctg.monitoring
Flows on a request can carry different types of work.

T

toString() - Method in class com.ibm.ctg.monitoring.DistributedIdentity
 
toString() - Method in class com.ibm.ctg.util.OriginData
Returns a string representation of the origin data.
TransactionType - Enum in com.ibm.ctg.monitoring
Flows on a request can be part of different transactions.
TransientPayLoad - Interface in com.ibm.ctg.monitoring
Provides a representation of the COMMAREA being passed to or returned from a CICS program call.

V

valueOf(String) - Static method in enum com.ibm.ctg.monitoring.ContainerInfo.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.monitoring.FlowTopology
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.monitoring.FlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.monitoring.RequestData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.monitoring.RequestEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.monitoring.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.ctg.monitoring.TransactionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.ctg.monitoring.ContainerInfo.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.monitoring.FlowTopology
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.monitoring.FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.monitoring.RequestData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.monitoring.RequestEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.monitoring.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.ctg.monitoring.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G I O R T V 
©Copyright IBM Corp. 1994, 2012
Legal