Class LsrPoolFileStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LsrPoolFileStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioninta09dbn()A09DBN value.a09dsid()A09DSID value.inta09dvers()A09DVERS value.inta09hbw()A09HBW value.inta09ibn()A09IBN value.inta09id()A09ID value.inta09len()A09LEN value.inta09srpid()A09SRPID value.longa09tbw()A09TBW value.static LsrPoolFileStatisticscreate(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, stiversMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
A09IDR
public static final int A09IDRConstant: 0x28 = 40- See Also:
-
A09IDT
public static final int A09IDTConstant: 0x29 = 41- See Also:
-
A09VERS
public static final int A09VERSConstant: 0x01 = 1- See Also:
-
A09CLEN
public static final int A09CLENConstant: 0x1E = 30- See Also:
-
-
Method Details
-
a09len
public int a09len()A09LEN value.- Returns:
- int A09LEN value
-
a09id
public int a09id()A09ID value.- Returns:
- int A09ID value
-
a09dvers
public int a09dvers()A09DVERS value.- Returns:
- int A09DVERS value
-
a09srpid
public int a09srpid()A09SRPID value.- Returns:
- int A09SRPID value
-
a09dsid
A09DSID value.- Returns:
- String A09DSID value
-
a09dbn
public int a09dbn()A09DBN value.- Returns:
- int A09DBN value
-
a09ibn
public int a09ibn()A09IBN value.- Returns:
- int A09IBN value
-
a09tbw
public long a09tbw()A09TBW value.- Returns:
- long A09TBW value
-
a09hbw
public int a09hbw()A09HBW value.- Returns:
- int A09HBW 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
-