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
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemDumpcodeStatisticscreate(byte[] Data, int offset, int length) create is intended for internal use only.sdrcode()SDRCODE value.intsdrdvers()SDRDVERS value.intsdrid()SDRID value.intsdrlen()SDRLEN value.longsdrssupr()SDRSSUPR value.longsdrstkn()SDRSTKN value.longsdrtsupr()SDRTSUPR value.longsdrttkn()SDRTTKN value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stiversMethods 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
-