Class TableManagerGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.TableManagerGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
a16dvers()
A16DVERS value.int
a16id()
A16ID value.int
a16len()
A16LEN value.static TableManagerGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing Table Manager Table Statistics Sections from the sectionMethods 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
-
A16IDE
public static final int A16IDEConstant: 0x3F = 63- See Also:
-
A16VERS
public static final int A16VERSConstant: 0x02 = 2- See Also:
-
A16NTAB
public static final int A16NTABConstant: 0x11 = 17- See Also:
-
A16CLEN
public static final int A16CLENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
a16len
public int a16len()A16LEN value.- Returns:
- int A16LEN value
-
a16id
public int a16id()A16ID value.- Returns:
- int A16ID value
-
a16dvers
public int a16dvers()A16DVERS value.- Returns:
- int A16DVERS value
-
tableStatistics
Get a List containing Table Manager Table Statistics Sections from the section- Returns:
- a list of TableManagerTableStatistics
-
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
-