Requestmodel statistics

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:

Requestmodel: Resource statistics

Table 119. Requestmodel: Resource 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:
EJB
Matches enterprise bean requests as specified by the EJB parameters.
CORBA
Matches CORBA requests as specified by the CORBA parameters.
GENERIC
Matches both enterprise bean and CORBA requests.

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:
HOME
Specifies that this is the home interface for the bean.
REMOTE
Specifies that this is the remote interface for the bean.
BOTH
Matches both the home and remote interfaces for the bean.

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

 

Requestmodel: Summary resource statistics

Summary statistics are not available online.

Table 120. Requestmodel: Summary resource statistics
DFHSTUP name Description
Requestmodel name is the name of the Requestmodel.

 

Requestmodel type indicates the type of the Requestmodel. The values are:
EJB
Matches enterprise bean requests as specified by the EJB parameters.
CORBA
Matches CORBA requests as specified by the CORBA parameters.
GENERIC
Matches both enterprise bean and CORBA requests.

 

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:
HOME
Specifies that this is the home interface for the bean.
REMOTE
Specifies that this is the remote interface for the bean.
BOTH
Matches both the home and remote interfaces for the bean.

 

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.

 

Related reference
Back to full list of statistics and DFHSTUP reports
Appendix A. CICS statistics tables
Interpreting these statistics
Interpreting requestmodel statistics
DFH0STAT reports for these statistics
Requestmodel Report
[[ Contents Previous Page | Next Page Index ]]