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
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x17 = 23static final intConstant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.longpggatt()PGGATT value.intpggdvers()PGGDVERS value.longpggfail()PGGFAIL value.intpggid()PGGID value.intpgglen()PGGLEN value.longpggrej()PGGREJ 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
-
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
public static ProgramManagerGlobalStatistics create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-