CICSplex Request Model Details attribute group

The CICSplex Request Model Details attribute group returns information about REQUESTMODELs. A REQUESTMODEL resource definition maps an inbound request that is formatted using the Internet Inter-ORB PROTOCOL (IIOP) to a CICS transaction that is to be started to process the request. The INQUIRE REQUESTMODEL command returns information about an installed REQUESTMODEL.

Bean name Is a 240 character field containing the (possibly generic) bean name that matches the name of an enterprise bean in an XML deployment descriptor. This field is blank if the TYPE attribute is CORBA.

CICS Region Name Indicates the job name or modify ID of the CICS region being monitored. Each CICS region in a z/OS operating system has a unique name. This name is an alphanumeric string, with a maximum of 8 characters, and case-sensitive. CICS region names are always in uppercase characters.

CORBASERVER name Is the identifier of the parent CORBA server. It is a four character field containing the (possibly generic) name of the destination CORBA server for this REQUESTMODEL.

Interface Is the (possibly generic) name of the matching IDL interface. It can be up to 255 characters. This field is blank if the TYPE attribute is EJB.

Interface Type Is the name of the JAVA Interface type. These are the values:

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.
N/A
Returned if the TYPE attribute is CORBA.

Module Is the (possibly generic) name of the matching IDL module. It can be up to 255 characters. This field is blank if the TYPE attribute is EJB.

Operation Is the (possibly generic) name of the matching IDL operation or bean method name. It is a 255 character field.

Origin Node Is the combination of z/OS System ID (SMFID) and CICS region name. The value format is an alphanumeric string, maximum 32 bytes, and case-sensitive.

When a situation is true, the system compares the origin node name in the attribute to the names of managed systems assigned to the item. If the origin node name matches the name of a managed system, the status of the item changes accordingly. If the names of the origin node and the managed systems do not match, the status of the item remains unchanged.

Request Model Id Is the identifier of the current Request Model.

System ID Indicates the four character name that uniquely identifies an active z/OS operating system within a given CICSplex. The value format is an alphanumeric string, maximum four characters, and case-sensitive. z/OS System IDs are always in uppercase characters.

Transaction Id Is the name of the CICS transaction to be executed when a request for the current Request Model is received.

Type Indicates the name of the Request Model type. These are the values:

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.