Class PublicJvmProgramStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.PublicJvmProgramStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x01 = 1static final int
Constant: 0x02 = 2static final int
Constant: 0x77 = 119static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1static final int
Constant: 0x0138 = 312 -
Method Summary
Modifier and TypeMethodDescriptionstatic PublicJvmProgramStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
Return true ifpgrJvmprogramExecKey()
equalsPGR_CICS_KEY
.int
pgrdsId()
PGRDS_ID value.int
pgrdsLen()
PGRDS_LEN value.int
PGRDS_VERS value.boolean
Return true ifpgrJvmprogramEntrypoint()
equalsPGR_ENTRYPOINT_NO
.boolean
Return true ifpgrJvmprogramEntrypoint()
equalsPGR_ENTRYPOINT_YES
.int
PGR_JVMPROGRAM_ENTRYPOINT value.int
PGR_JVMPROGRAM_EXEC_KEY value.PGR_JVMPROGRAM_JVMCLASS value.PGR_JVMPROGRAM_NAME value.PGR_JVMPROGRAM_SERVER value.long
PGR_JVMPROGRAM_USECOUNT value.boolean
Return true ifpgrJvmprogramExecKey()
equalsPGR_USER_KEY
.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
PGRDS_LENGTH
public static final int PGRDS_LENGTHConstant: 0x0138 = 312- See Also:
-
PGR_IDR
public static final int PGR_IDRConstant: 0x77 = 119- See Also:
-
PGR_VERS
public static final int PGR_VERSConstant: 0x01 = 1- See Also:
-
PGR_CICS_KEY
public static final int PGR_CICS_KEYConstant: 0x01 = 1- See Also:
-
PGR_USER_KEY
public static final int PGR_USER_KEYConstant: 0x02 = 2- See Also:
-
PGR_ENTRYPOINT_NO
public static final int PGR_ENTRYPOINT_NOConstant: 0x01 = 1- See Also:
-
PGR_ENTRYPOINT_YES
public static final int PGR_ENTRYPOINT_YESConstant: 0x02 = 2- See Also:
-
-
Method Details
-
pgrdsLen
public int pgrdsLen()PGRDS_LEN value.- Returns:
- int PGRDS_LEN value
-
pgrdsId
public int pgrdsId()PGRDS_ID value.- Returns:
- int PGRDS_ID value
-
pgrdsVers
public int pgrdsVers()PGRDS_VERS value.- Returns:
- int PGRDS_VERS value
-
pgrJvmprogramName
PGR_JVMPROGRAM_NAME value.- Returns:
- String PGR_JVMPROGRAM_NAME value
-
pgrJvmprogramEntrypoint
public int pgrJvmprogramEntrypoint()PGR_JVMPROGRAM_ENTRYPOINT value.- Returns:
- int PGR_JVMPROGRAM_ENTRYPOINT value
-
pgrJvmprogramUsecount
public long pgrJvmprogramUsecount()PGR_JVMPROGRAM_USECOUNT value.- Returns:
- long PGR_JVMPROGRAM_USECOUNT value
-
pgrJvmprogramExecKey
public int pgrJvmprogramExecKey()PGR_JVMPROGRAM_EXEC_KEY value.- Returns:
- int PGR_JVMPROGRAM_EXEC_KEY value
-
pgrJvmprogramJvmclass
PGR_JVMPROGRAM_JVMCLASS value.- Returns:
- String PGR_JVMPROGRAM_JVMCLASS value
-
pgrJvmprogramServer
PGR_JVMPROGRAM_SERVER value.- Returns:
- String PGR_JVMPROGRAM_SERVER value
-
pgrCicsKey
public boolean pgrCicsKey()Return true ifpgrJvmprogramExecKey()
equalsPGR_CICS_KEY
.- Returns:
- boolean
pgrJvmprogramExecKey()
equals PGR_CICS_KEYPGR_CICS_KEY = 0x01
-
pgrUserKey
public boolean pgrUserKey()Return true ifpgrJvmprogramExecKey()
equalsPGR_USER_KEY
.- Returns:
- boolean
pgrJvmprogramExecKey()
equals PGR_USER_KEYPGR_USER_KEY = 0x02
-
pgrEntrypointNo
public boolean pgrEntrypointNo()Return true ifpgrJvmprogramEntrypoint()
equalsPGR_ENTRYPOINT_NO
.- Returns:
- boolean
pgrJvmprogramEntrypoint()
equals PGR_ENTRYPOINT_NOPGR_ENTRYPOINT_NO = 0x01
-
pgrEntrypointYes
public boolean pgrEntrypointYes()Return true ifpgrJvmprogramEntrypoint()
equalsPGR_ENTRYPOINT_YES
.- Returns:
- boolean
pgrJvmprogramEntrypoint()
equals PGR_ENTRYPOINT_YESPGR_ENTRYPOINT_YES = 0x02
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-