|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RequestData>
com.ibm.ctg.monitoring.RequestData
public enum RequestData
This enumeration defines the data passed to the
RequestExit
eventFired()
method.
Enum Constant Summary | |
---|---|
CicsAbendCode
CICS Abend code on a response is a 4 character String . |
|
CicsCorrelator
The CicsCorrelator is included for requests with a FlowType of EciSynconreturn
on the z/OS platform if the protocol is EXCI. |
|
CicsReturnCode
CICS return code on a response is an Integer . |
|
CicsServer
The CICS server the Gateway daemon attempted to send the work to. |
|
ClientCtgApplid
CICS TG Applid of the Java client classes calling these Gateway daemon classes. |
|
ClientCtgApplidQualifier
CICS TG Applid High-level Qualifier of the Java client classes calling these Gateway daemon classes. |
|
ClientCtgCorrelator
CICS TG Correlator of the Java client classes calling these Gateway daemon classes. |
|
ClientLocation
Location of client Gateway classes. |
|
CommandData
Command data originating from a request monitor exit administration request is a String . |
|
CtgApplid
CICS TG Applid is a 1 to 8 character String . |
|
CtgApplidQualifier
CICS TG Applid High-level Qualifier is a 1 to 8 character String . |
|
CtgCorrelator
CICS TG Correlator is an Integer used to
uniquely identify this flow within the given CICS TG instance. |
|
CtgReturnCode
CICS TG return code on a response is an Integer . |
|
DistributedIdentity
The DistributedIdentity associated with this transaction. |
|
EwlmToken
Deprecated. WebSphere's eWLM token for this transaction. This is an array of bytes. |
|
FlowTopology
Topology of request flow (gateway, remote or local). |
|
FlowType
An enum of the FlowType
of this request / response. |
|
GatewayUrl
URL of the Gateway daemon the client is connecting to is a String . |
|
Location
Location of this monitor. |
|
LuwToken
CICS TG Logical Unit of Work Token is an Integer . |
|
OriginData
IPIC's origin data. |
|
PayLoad
Payload - temporary access to commarea. |
|
Program
Program name is a 1 to 8 character String . |
|
RequestReceived
Timestamp of request flow received in the Java client or Gateway daemon classes - number of milliseconds since January 1, 1970, 00:00:00 GMT. |
|
RequestSent
Timestamp of request flow sent from the Java client or Gateway daemon classes - number of milliseconds since January 1, 1970, 00:00:00 GMT. |
|
ResponseReceived
Timestamp of response flow received in the Java client or Gateway daemon classes - number of milliseconds since January 1, 1970, 00:00:00 GMT. |
|
ResponseSent
Timestamp of response flow sent from the Java client or Gateway daemon classes - number of milliseconds since January 1, 1970, 00:00:00 GMT. |
|
RetryCount
If a request was retried because of one or more retryable errors when using a CICSRequestExit then
this field will show how many times the request was retried by the
Gateway daemon. |
|
Server
The CICS server that the request specified the work should be sent to. |
|
TpnName
TPN Name is a 1 to 4 character String . |
|
TranName
Transaction ID is a 1 to 4 character String . |
|
Urid
The RRMS URID for this XA transaction. |
|
Userid
UserID is a 1 to 16 character String . |
|
WireSize
The number of bytes of data received from or about to be sent to the Java client. |
|
WorkerWaitTime
The time in milliseconds that the Gateway daemon had to wait for a Worker to accept this flow. |
|
XaReturnCode
XA return code on a response is an Integer . |
|
Xid
An Xid for this XA transaction. |
Method Summary | |
---|---|
java.lang.String |
getDataType()
|
static RequestData |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RequestData[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RequestData CtgApplid
String
.
public static final RequestData CtgApplidQualifier
String
.
public static final RequestData CtgCorrelator
Integer
used to
uniquely identify this flow within the given CICS TG instance.
public static final RequestData RequestReceived
Long
.
public static final RequestData RequestSent
Long
.
public static final RequestData ResponseReceived
Long
.
public static final RequestData ResponseSent
Long
.
public static final RequestData WorkerWaitTime
Integer
.
public static final RequestData ClientCtgApplid
String
.
public static final RequestData ClientCtgApplidQualifier
String
.
public static final RequestData ClientCtgCorrelator
Integer
.
public static final RequestData FlowType
FlowType
of this request / response.
public static final RequestData Program
String
.
public static final RequestData TranName
String
.
public static final RequestData TpnName
String
.
public static final RequestData Userid
String
.
public static final RequestData Server
String
.
public static final RequestData GatewayUrl
String
.
public static final RequestData Location
InetAddress
.
public static final RequestData ClientLocation
InetAddress
.
public static final RequestData LuwToken
Integer
.
This is set to 0 when a request is issued to start an extended
unit of work (UOW). The CICS TG generates an LUW token which is used
to identify the UOW. The response to the start request contains
the LUW token. All subsequent requests in the UOW, including
commit and backout, contain the same LUW token.
public static final RequestData FlowTopology
FlowTopology
.
@Deprecated public static final RequestData EwlmToken
public static final RequestData OriginData
OriginData
.
public static final RequestData PayLoad
TransientPayLoad
.
public static final RequestData WireSize
Integer
.
public static final RequestData Xid
Xid
for this XA transaction.
public static final RequestData Urid
public static final RequestData CtgReturnCode
Integer
.
public static final RequestData CicsReturnCode
Integer
.
public static final RequestData CicsAbendCode
String
.
public static final RequestData XaReturnCode
Integer
.
public static final RequestData CommandData
String
.
public static final RequestData CicsServer
Server
if the Gateway daemon is using a CICSRequestExit
and this changes the server to send the work to, if the Java client
application specified a logical CICS server, or if the default server was
used. Otherwise this will be the same as
Server
.
CicsServer is a String
.
public static final RequestData RetryCount
CICSRequestExit
then
this field will show how many times the request was retried by the
Gateway daemon.
RetryCount is an Integer
.
public static final RequestData DistributedIdentity
DistributedIdentity
public static final RequestData CicsCorrelator
FlowType
of EciSynconreturn
on the z/OS platform if the protocol is EXCI. CICS sets this value
as the NETUOWID field associated with the CICS mirror task.
CicsCorrelator is byte array with a maximum size of 27.
Method Detail |
---|
public static final RequestData[] values()
for(RequestData c : RequestData.values()) System.out.println(c);
public static RequestData valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getDataType()
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |