Class StorageManagerStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.StorageManagerStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageManagerStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smsdvers()
SMSDVERS value.int
smsid()
SMSID value.int
smslen()
SMSLEN value.Get a List containing StorageStatistics Sections from the sectionGet the StorageManagerGlobalStatistics 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
-
SMSIDE
public static final int SMSIDEConstant: 0x1D = 29- See Also:
-
SMSVERS
public static final int SMSVERSConstant: 0x01 = 1- See Also:
-
SMSHLEN
public static final int SMSHLENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
smslen
public int smslen()SMSLEN value.- Returns:
- int SMSLEN value
-
smsid
public int smsid()SMSID value.- Returns:
- int SMSID value
-
smsdvers
public int smsdvers()SMSDVERS value.- Returns:
- int SMSDVERS value
-
storageManagerGlobalStatistics
Get the StorageManagerGlobalStatistics section- Returns:
- StorageManagerGlobalStatistics the global statistics
-
storageManagerDsaStatistics
Get a List containing StorageStatistics Sections from the section- Returns:
- a list of StorageStatistics (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
-