These statistics can be accessed online using the EXEC CICS® COLLECT STATISTICS REQUESTMODEL command, and are mapped by the DFHIIRDS DSECT. For programming information about the EXEC CICS COLLECT STATISTICS command, see the CICS System Programming Reference manual.
This section contains the following statistics:
DFHSTUP name | Field name | Description |
---|---|---|
Requestmodel name | IIR_REQUESTMODEL_NAME | is the name of the Requestmodel.
Reset characteristic: Not reset
|
Requestmodel type | IIR_RQMODEL_TYPE | indicates the type of the Requestmodel. The values are:
Reset characteristic: Not reset
|
Transaction ID | IIR_TRANSACTION_ID | is the name of the CICS transaction to be executed when a request
matching the specification of the Requestmodel is received.
Reset characteristic: Not reset
|
Module | IIR_RQMODEL_MODULE | is the IDL module name which defines the name scope of
the OMG interface and operation. This field is blank if the requestmodel type
is EJB.
Reset characteristic: Not reset
|
Interface | IIR_RQMODEL_INTERFACE | is the name, of up to 255 characters, matching the IDL
interface name. This field is blank if the Requestmodel Type is EJB.
Reset characteristic: Not reset
|
Operation | IIR_RQMODEL_OPERATION | is the name (possibly generic), of up to 255 characters,
matching the IDL operation or bean method name.
Reset characteristic: Not reset
|
CorbaServer name | IIR_CORBASERVER_NAME | is the name (possibly generic) of the destination CorbaServer
for this Requestmodel.
Reset characteristic: Not reset.
|
Interface type | IIR_RQMODEL_INTERFACE_TYPE | is the Java™ interface type for this Requestmodel.
The values are:
Reset characteristic: Not reset
|
Bean name | IIR_RQMODEL_BEAN_NAME | is the name (possibly generic) of the bean that matches
the name of an enterprise bean in an XML deployment descriptor. This field
is blank if the Requestmodel Type is CORBA.
Reset characteristic: Not reset
|
Summary statistics are not available online.
DFHSTUP name | Description |
---|---|
Requestmodel name | is the name of the Requestmodel.
|
Requestmodel type | indicates the type of the Requestmodel. The values are:
|
Transaction ID | is the name of the CICS transaction to be executed when a request
matching the specification of the Requestmodel is received.
|
Module | is the IDL module name which defines the name scope of
the OMG interface and operation. This field is blank if the requestmodel type
is EJB.
|
Interface | is the name, of up to 255 characters, matching the IDL
interface name. This field is blank if the Requestmodel Type is EJB.
|
Operation | is the name (possibly generic), of up to 255 characters,
matching the IDL operation or bean method name.
|
CorbaServer name | is the name (possibly generic) of the destination CorbaServer
for this Requestmodel.
|
Interface type | is the Java interface type for this Requestmodel.
The values are:
|
Bean name | is the name (possibly generic) of the bean that matches
the name of an enterprise bean in an XML deployment descriptor. This field
is blank if the Requestmodel Type is CORBA.
|