Class ProgramManagerGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.ProgramManagerGlobalStatistics
-
Field Summary
-
Method Summary
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
-
PGGIDE
public static final int PGGIDEConstant: 0x17 = 23- See Also:
-
PGGVERS
public static final int PGGVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
pgglen
public int pgglen()PGGLEN value.- Returns:
- int PGGLEN value
-
pggid
public int pggid()PGGID value.- Returns:
- int PGGID value
-
pggdvers
public int pggdvers()PGGDVERS value.- Returns:
- int PGGDVERS value
-
pggatt
public long pggatt()PGGATT value.- Returns:
- long PGGATT value
-
pggrej
public long pggrej()PGGREJ value.- Returns:
- long PGGREJ value
-
pggfail
public long pggfail()PGGFAIL value.- Returns:
- long PGGFAIL 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
-