Class StorageTaskSubpoolStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.StorageTaskSubpoolStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StorageTaskSubpoolStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smtdvers()
SMTDVERS value.int
smtid()
SMTID value.int
smtlen()
SMTLEN value.int
smtntask()
SMTNTASK value.Get a List containing TaskSubpoolStorageStatistics 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
-
SMTIDE
public static final int SMTIDEConstant: 0x14 = 20- See Also:
-
SMTVERS
public static final int SMTVERSConstant: 0x01 = 1- See Also:
-
SMTHLEN
public static final int SMTHLENConstant: 0x08 = 8- See Also:
-
SMTGLEN
public static final int SMTGLENConstant: 0x04 = 4- See Also:
-
-
Method Details
-
smtlen
public int smtlen()SMTLEN value.- Returns:
- int SMTLEN value
-
smtid
public int smtid()SMTID value.- Returns:
- int SMTID value
-
smtdvers
public int smtdvers()SMTDVERS value.- Returns:
- int SMTDVERS value
-
smtntask
public int smtntask()SMTNTASK value.- Returns:
- int SMTNTASK value
-
storageTaskSubpoolStatisticsEntries
Get a List containing TaskSubpoolStorageStatistics Sections from the section- Returns:
- a list of TaskSubpoolStorageStatistics (possibly empty)
-
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
-