Requestmodel Report

Figure 115 shows the format of the Requestmodel report. This report is produced using a combination of the EXEC CICS® INQUIRE REQUESTMODEL and EXEC CICS COLLECT STATISTICS REQUESTMODEL commands. The statistics data is mapped by the DFHIIRDS DSECT. The field headings and contents are described in Table 239.

Figure 115. Requestmodel Report
Applid IYK2Z1V2  Sysid CJB2  Jobname CI07CJB2   Date 12/17/2004   Time 08:44:37      CICS 6.4.0     PAGE     23
 
Requestmodels

  Requestmodel Name . . . . . . . :  DFJ$IIRB        Requestmodel Type . . . . . . :    CORBA
  Transaction id. . . . . . . . . :  BNKS            CorbaServer name. . . . . . . :    IIOP
   
  Module. . . . . . . . . . . . . :  bank

  Interface . . . . . . . . . . . :  BankAccount*
 
  Operation . . . . . . . . . . . :  *
 
  Java interface type . . . . . . :
  Bean name . . . . . . . . . . . :
   
-----------------------------------------------------------------------------------------------------
  Requestmodel Name . . . . . . . :  DFJ$IIRB         Requestmodel Type . . . . . . :    CORBA
  Transaction id. . . . . . . . . :  IIHE             CorbaServer name  . . . . . . :    IIOP 
   
  Module. . . . . . . . . . . . . :  hello

  Interface . . . . . . . . . . . :  HelloWorld
 
  Operation . . . . . . . . . . . :  *
 
  Java interface type . . . . . . :
  Bean name . . . . . . . . . . . :
  
------------------------------------------------------------------------------------------------------
  Requestmodel Name . . . . . . . :  ARDY             Requestmodel Type . . . . . . :    EJB
  Transaction id. . . . . . . . . :  CIRP             CorbaServer name. . . . . . . :    PLX
   
  Module. . . . . . . . . . . . . :  

  Interface . . . . . . . . . . . :  
 
  Operation . . . . . . . . . . . :  
 
  Java interface type . . . . . . :  REMOTE
  Bean name . . . . . . . . . . . :  BEAN
  
------------------------------------------------------------------------------------------------------
  Requestmodel Name . . . . . . . :  FRED             Requestmodel Type . . . . . . :      EJB
  Transaction id. . . . . . . . . :  CIRP             CorbaServer name. . . . . . . :      FRED
   
  Module. . . . . . . . . . . . . :  
  Interface . . . . . . . . . . . :  
 
  Operation . . . . . . . . . . . :  
 
  Java interface type . . . . . . :  BOTH
  Bean name . . . . . . . . . . . :
 
-------------------------------------------------------------------------------------------------------
  Requestmodel Name . . . . . . . :  1234              Requestmodel Type . . . . . . :    GENERIC
  Transaction id. . . . . . . . . :  CIRP              CorbaServer name. . . . . . . :    FRED  
   
  Module. . . . . . . . . . . . . :   
  Interface . . . . . . . . . . . :   
 
  Operation . . . . . . . . . . . :  
 
  Java interface type . . . . . . :
  Bean name . . . . . . . . . . . :
   
Table 239. Fields in the Requestmodel Report
Field Heading Description
Requestmodel
Requestmodel name The name of the request model.

Source field: EXEC CICS INQUIRE 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.
Source field: EXEC CICS INQUIRE REQUESTMODEL() TYPE(cvda)
Transaction ID The name of the CICS transaction to be executed when a request matching the specification of the REQUESTMODEL is received.

Source field: EXEC CICS INQUIRE REQUESTMODEL() TRANSID()

CorbaServer Name The name (possibly generic) of the destination CorbaServer for this REQUESTMODEL.

Source field: EXEC CICS INQUIRE REQUESTMODEL() CORBASERVER()
Module The Interface Definition Language (IDL) module name which defines the name scope of the OMG interface and operation. This field is blank if the requestmodel type is EJB.

Source field: EXEC CICS INQUIRE REQUESTMODEL() MODULE()

Interface The name, of up to 255 characters, matching the IDL interface name. This field is blank if the Requestmodel Type is EJB.

Source field: EXEC CICS INQUIRE REQUESTMODEL() INTERFACE()

Operation The name (possibly generic), of up to 255 characters, matching the IDL operation or bean method name.

Source field: EXEC CICS INQUIRE REQUESTMODEL() OPERATION()

Java™ 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 component interface for the bean.
BOTH
Matches both the home and component interfaces for the bean.

Source field: EXEC CICS INQUIRE REQUESTMODEL() INTFACETYPE(cvda)

Bean name 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 request model type is CORBA.

Source field: EXEC CICS INQUIRE REQUESTMODEL() BEANNAME()

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reportsInterpreting these statistics
Interpreting requestmodel statistics
Full listing and DFHSTUP reports for these statistics
Requestmodel statistics

[[ Contents Previous Page | Next Page Index ]]