DJARs and Enterprise Beans Report

Figure 113 shows the format of the DJARs and Enterprise Beans report. This report is produced using a combination of the EXEC CICS® INQUIRE DJAR and EXEC CICS INQUIRE BEAN commands. The statistics data is mapped by the DFHDSGDS DSECT. The field headings and contents are described in Table 237.

Figure 113. DJARs and Enterprise Beans
Applid IYK3ZBB1  Sysid FRA1  Jobname CICSFB1  Date 12/17/2004   Time 10:32:22     CICS 6.4.0     PAGE     5


DJARs and Enterprise Beans

  DJAR name. . . . . . . . . . . :  HUMAN
  DJAR Status. . . . . . . . . . :  Inservice

  CorbaServer name . . . . . . . :  FSR2
  HFS File name. . . . . . . . . :  /u/fbohm/pickup/HumanBeans.jar

        Enterprise Bean name . . . . . :  Boy

        No. Bean State Activations . . :           0
        No. Bean State Passivations. . :           0

        No. Bean Creates . . . . . . . :           1
        No. Bean Removes . . . . . . . :           1

        No. Bean Method Calls. . . . . :           5


 -------------------------------------------------------------------------------------------


  DJAR name. . . . . . . . . . . :  COMPLEX
  DJAR Status. . . . . . . . . . :  Inservice

  CorbaServer name . . . . . . . :  AH01
  HFS File name. . . . . . . . . :  /u/ahunter/pickup/Complexd.jar

        Enterprise Bean name . . . . . :  ComplexBean

        No. Bean State Activations . . :           2
        No. Bean State Passivations. . :           3

        No. Bean Creates . . . . . . . :           1
        No. Bean Removes . . . . . . . :           1

        No. Bean Method Calls. . . . . :           3


 -------------------------------------------------------------------------------------------


  DJAR name. . . . . . . . . . . :  LOOPBACK
  DJAR Status. . . . . . . . . . :  Inservice

  CorbaServer name . . . . . . . :  AH01
  HFS File name. . . . . . . . . :  /u/ahunter/pickup/Loopbackd.jar

        Enterprise Bean name . . . . . :  LoopbackBean

        No. Bean State Activations . . :           0
        No. Bean State Passivations. . :           0

        No. Bean Creates . . . . . . . :           1
        No. Bean Removes . . . . . . . :           1

        No. Bean Method Calls. . . . . :           2


 -------------------------------------------------------------------------------------------

Table 237. Fields in the DJARs and Enterprise Beans Report
Field Heading Description
DJARs and Enterprise Beans
DJAR name The deployed JAR file name.

Source field:

DJAR status The status of the deployed JAR file.

Source field: EXEC CICS INQUIRE DJAR() STATE(cvda)

CorbaServer name The name of the associated CorbaServer.

Source field:EXEC CICS INQUIRE DJAR() CORBASERVER()

HFS file name The fully-qualified HFS file name for the deployed JAR file.

Source field: EXEC CICS INQUIRE DJAR() HFSFILE()

Enterprise bean name The name of the enterprise bean.

Source field: EXEC CICS INQUIRE BEAN() DJAR()

Number of bean state activations The number of times a bean of this type has been activated.

Source field: EJB-BEAN-ACTIVATIONS

Number of bean state passivations The number of times a bean of this type has been passivated.

Source field: EJB-BEAN-PASSIVATIONS

Number of bean creates The number of times a bean of this type has been created.

Source field: EJB-BEAN-CREATES

Number of bean removes The number of times a bean of this type has been removed.

Source field: EJB-BEAN-REMOVES

Number of bean method calls The number of times a remote method call has been invoked against a bean of this type.

Source field: EJB-BEAN-METHOD-CALLS

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting CorbaServer, DJAR and enterprise bean statistics
Full listing and DFHSTUP reports for these statistics
CorbaServer statistics

[[ Contents Previous Page | Next Page Index ]]