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.
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 . . . . . . . . . . . :
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:
|
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:
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() |