Class SystemDumpGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.SystemDumpGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SystemDumpGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
sdgdvers()
SDGDVERS value.int
sdgid()
SDGID value.int
sdglen()
SDGLEN value.long
SYS_DUMPS_SUPPR value.long
SYS_DUMPS_TAKEN 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
-
SDGIDE
public static final int SDGIDEConstant: 0x5A = 90- See Also:
-
SDGVERS
public static final int SDGVERSConstant: 0x01 = 1- See Also:
-
SDGCLEN
public static final int SDGCLENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
sdglen
public int sdglen()SDGLEN value.- Returns:
- int SDGLEN value
-
sdgid
public int sdgid()SDGID value.- Returns:
- int SDGID value
-
sdgdvers
public int sdgdvers()SDGDVERS value.- Returns:
- int SDGDVERS value
-
sysDumpsTaken
public long sysDumpsTaken()SYS_DUMPS_TAKEN value.- Returns:
- long SYS_DUMPS_TAKEN value
-
sysDumpsSuppr
public long sysDumpsSuppr()SYS_DUMPS_SUPPR value.- Returns:
- long SYS_DUMPS_SUPPR 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
-