Class AsynchronousServiceGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.AsynchronousServiceGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
ASG_CHILDREN_CUR value.long
ASG_CHILDREN_PEAK value.int
asgdsId()
ASGDS_ID value.int
asgdsLen()
ASGDS_LEN value.int
ASGDS_VERS value.long
ASG_FETCH_COUNT value.long
ASG_FREE_COUNT value.long
ASG_PARENTS_DELAYED_CUR value.long
ASG_PARENTS_DELAYED_PEAK value.long
ASG_RUN_COUNT value.long
ASG_RUN_DELAY_COUNT value.create
(byte[] Data, int offset, int length) create is intended for internal use only.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
-
ASGIDE
public static final int ASGIDEConstant: 0x95 = 149- See Also:
-
-
Method Details
-
asgdsLen
public int asgdsLen()ASGDS_LEN value.- Returns:
- int ASGDS_LEN value
-
asgdsId
public int asgdsId()ASGDS_ID value.- Returns:
- int ASGDS_ID value
-
asgdsVers
public int asgdsVers()ASGDS_VERS value.- Returns:
- int ASGDS_VERS value
-
asgRunCount
public long asgRunCount()ASG_RUN_COUNT value.- Returns:
- long ASG_RUN_COUNT value
-
asgFetchCount
public long asgFetchCount()ASG_FETCH_COUNT value.- Returns:
- long ASG_FETCH_COUNT value
-
asgFreeCount
public long asgFreeCount()ASG_FREE_COUNT value.- Returns:
- long ASG_FREE_COUNT value
-
asgRunDelayCount
public long asgRunDelayCount()ASG_RUN_DELAY_COUNT value.- Returns:
- long ASG_RUN_DELAY_COUNT value
-
asgParentsDelayedCur
public long asgParentsDelayedCur()ASG_PARENTS_DELAYED_CUR value.- Returns:
- long ASG_PARENTS_DELAYED_CUR value
-
asgParentsDelayedPeak
public long asgParentsDelayedPeak()ASG_PARENTS_DELAYED_PEAK value.- Returns:
- long ASG_PARENTS_DELAYED_PEAK value
-
asgChildrenCur
public long asgChildrenCur()ASG_CHILDREN_CUR value.- Returns:
- long ASG_CHILDREN_CUR value
-
asgChildrenPeak
public long asgChildrenPeak()ASG_CHILDREN_PEAK value.- Returns:
- long ASG_CHILDREN_PEAK 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
-