Class SystemDumpcodeStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.SystemDumpcodeStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SystemDumpcodeStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.sdrcode()
SDRCODE value.int
sdrdvers()
SDRDVERS value.int
sdrid()
SDRID value.int
sdrlen()
SDRLEN value.long
sdrssupr()
SDRSSUPR value.long
sdrstkn()
SDRSTKN value.long
sdrtsupr()
SDRTSUPR value.long
sdrttkn()
SDRTTKN 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
-
SDRIDE
public static final int SDRIDEConstant: 0x58 = 88- See Also:
-
SDRVERS
public static final int SDRVERSConstant: 0x01 = 1- See Also:
-
SDRCLEN
public static final int SDRCLENConstant: 0x20 = 32- See Also:
-
-
Method Details
-
sdrlen
public int sdrlen()SDRLEN value.- Returns:
- int SDRLEN value
-
sdrid
public int sdrid()SDRID value.- Returns:
- int SDRID value
-
sdrdvers
public int sdrdvers()SDRDVERS value.- Returns:
- int SDRDVERS value
-
sdrcode
SDRCODE value.- Returns:
- String SDRCODE value
-
sdrstkn
public long sdrstkn()SDRSTKN value.- Returns:
- long SDRSTKN value
-
sdrssupr
public long sdrssupr()SDRSSUPR value.- Returns:
- long SDRSSUPR value
-
sdrttkn
public long sdrttkn()SDRTTKN value.- Returns:
- long SDRTTKN value
-
sdrtsupr
public long sdrtsupr()SDRTSUPR value.- Returns:
- long SDRTSUPR 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
-