These statistics can be accessed online using the EXEC CICS® COLLECT STATISTICS CORBASERVER(CorbaServer_name) BEAN(bean_name) command, and are mapped by the DFHEJBDS DSECT. For programming information about the EXEC CICS COLLECT STATISTICS command, see the CICS System Programming Reference manual.
This section contains:
DFHSTUP name | Field name | Description |
---|---|---|
CorbaServer name | EJB_CORBASERVER | Name of the CorbaServer in which the bean is installed
Reset characteristic: not reset |
DJar name | EJB_DJAR | Name of the DJar from which this bean originated
Reset characteristic: not reset |
Bean name | EJB_BEAN | Name of the Bean
Reset characteristic: not reset |
Activation count | EJB_ACTIVATIONS_COUNT | Number of times a bean of this type has been activated
Reset characteristic: reset to zero |
Passivation count | EJB_PASSIVATIONS_COUNT | Number of times a bean of this type has been passivated
Reset characteristic: reset to zero |
Create count | EJB_CREATES_COUNT | Number of times a bean of this type has been created
Reset characteristic: reset to zero |
Remove count | EJB_REMOVES_COUNT | Number of times a bean of this type has been removed
Reset characteristic: reset to zero |
Method call count | EJB_METHOD_CALLS_COUNT | Number of times a remote method call has been invoked
against a bean of this type
Reset characteristic: reset to zero |
Summary statistics are not available online.
DFHSTUP name | Description |
---|---|
CorbaServer name | Name of the CorbaServer in which the bean is installed |
DJar name | Name of the DJar from which this bean originated |
Bean name | Name of the Bean |
Activation count | Number of times a bean of this type has been activated |
Passivation count | Number of times a bean of this type has been passivated |
Create count | Number of times a bean of this type has been created |
Remove count | Number of times a bean of this type has been removed |
Method call count | Number of times a remote method call has been invoked against |