Class EnqueueManagerGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.EnqueueManagerGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing EnqueuePoolStatistics Sections from the sectionint
nqgdvers()
NQGDVERS value.int
nqgid()
NQGID value.int
nqglen()
NQGLEN value.int
nqgnpool()
NQGNPOOL 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
-
NQGIDE
public static final int NQGIDEConstant: 0x61 = 97- See Also:
-
NQGVERS
public static final int NQGVERSConstant: 0x01 = 1- See Also:
-
NQGHLEN
public static final int NQGHLENConstant: 0x08 = 8- See Also:
-
NQGGLEN
public static final int NQGGLENConstant: 0x0C = 12- See Also:
-
-
Method Details
-
nqglen
public int nqglen()NQGLEN value.- Returns:
- int NQGLEN value
-
nqgid
public int nqgid()NQGID value.- Returns:
- int NQGID value
-
nqgdvers
public int nqgdvers()NQGDVERS value.- Returns:
- int NQGDVERS value
-
nqgnpool
public int nqgnpool()NQGNPOOL value.- Returns:
- int NQGNPOOL value
-
enqueuePoolStatistics
Get a List containing EnqueuePoolStatistics Sections from the section- Returns:
- a list of EnqueuePoolStatistics
-
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
-