Class DispatcherMvsTcbResourceStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.DispatcherMvsTcbResourceStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x50 = 80static final int
Constant: 0x41 = 65static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.int
dsrdsId()
DSRDS_ID value.int
dsrdsLen()
DSRDS_LEN value.long
DSRDS_TCB_ADDRESS value.long
DSRDS_TCB_CICS_TASK value.DSRDS_TCB_CPUTIME as a Duration.long
DSRDS_TCB_CPUTIME raw value.double
DSRDS_TCB_CPUTIME in seconds.long
DSRDS_TCB_DAUGHTER value.long
DSRDS_TCB_MOTHER value.DSRDS_TCB_NAME value.long
DSRDS_TCB_SISTER value.long
DSRDS_TCB_STG_ABOVE value.long
DSRDS_TCB_STG_ABOVE_INUSE value.long
DSRDS_TCB_STG_BELOW value.long
DSRDS_TCB_STG_BELOW_INUSE value.DSRDS_TCB_TYPE value.int
DSRDS_VERS value.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
-
DSRIDR
public static final int DSRIDRConstant: 0x41 = 65- See Also:
-
DSRVERS
public static final int DSRVERSConstant: 0x01 = 1- See Also:
-
DSRDS_LENGTH
public static final int DSRDS_LENGTHConstant: 0x50 = 80- See Also:
-
-
Method Details
-
dsrdsLen
public int dsrdsLen()DSRDS_LEN value.- Returns:
- int DSRDS_LEN value
-
dsrdsId
public int dsrdsId()DSRDS_ID value.- Returns:
- int DSRDS_ID value
-
dsrdsVers
public int dsrdsVers()DSRDS_VERS value.- Returns:
- int DSRDS_VERS value
-
dsrdsTcbAddress
public long dsrdsTcbAddress()DSRDS_TCB_ADDRESS value.- Returns:
- long DSRDS_TCB_ADDRESS value
-
dsrdsTcbName
DSRDS_TCB_NAME value.- Returns:
- String DSRDS_TCB_NAME value
-
dsrdsTcbType
DSRDS_TCB_TYPE value.- Returns:
- String DSRDS_TCB_TYPE value
-
dsrdsTcbCicsTask
public long dsrdsTcbCicsTask()DSRDS_TCB_CICS_TASK value.- Returns:
- long DSRDS_TCB_CICS_TASK value
-
dsrdsTcbMother
public long dsrdsTcbMother()DSRDS_TCB_MOTHER value.- Returns:
- long DSRDS_TCB_MOTHER value
-
dsrdsTcbSister
public long dsrdsTcbSister()DSRDS_TCB_SISTER value.- Returns:
- long DSRDS_TCB_SISTER value
-
dsrdsTcbDaughter
public long dsrdsTcbDaughter()DSRDS_TCB_DAUGHTER value.- Returns:
- long DSRDS_TCB_DAUGHTER value
-
dsrdsTcbCputime
DSRDS_TCB_CPUTIME as a Duration.- Returns:
- Duration DSRDS_TCB_CPUTIME
- See Also:
-
dsrdsTcbCputimeSeconds
public double dsrdsTcbCputimeSeconds()DSRDS_TCB_CPUTIME in seconds.- Returns:
- double DSRDS_TCB_CPUTIME converted to seconds
-
dsrdsTcbCputimeRawValue
public long dsrdsTcbCputimeRawValue()DSRDS_TCB_CPUTIME raw value.- Returns:
- long DSRDS_TCB_CPUTIME raw value
-
dsrdsTcbStgBelow
public long dsrdsTcbStgBelow()DSRDS_TCB_STG_BELOW value.- Returns:
- long DSRDS_TCB_STG_BELOW value
-
dsrdsTcbStgAbove
public long dsrdsTcbStgAbove()DSRDS_TCB_STG_ABOVE value.- Returns:
- long DSRDS_TCB_STG_ABOVE value
-
dsrdsTcbStgBelowInuse
public long dsrdsTcbStgBelowInuse()DSRDS_TCB_STG_BELOW_INUSE value.- Returns:
- long DSRDS_TCB_STG_BELOW_INUSE value
-
dsrdsTcbStgAboveInuse
public long dsrdsTcbStgAboveInuse()DSRDS_TCB_STG_ABOVE_INUSE value.- Returns:
- long DSRDS_TCB_STG_ABOVE_INUSE value
-
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
-