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
-
Method Summary
Modifier and TypeMethodDescriptionint
a09dbn()
A09DBN value.a09dsid()
A09DSID value.int
a09dvers()
A09DVERS value.int
a09hbw()
A09HBW value.int
a09ibn()
A09IBN value.int
a09id()
A09ID value.boolean
a09idr()
boolean
a09idt()
int
a09len()
A09LEN value.int
a09srpid()
A09SRPID value.long
a09tbw()
A09TBW value.static LsrPoolFileStatistics
create
(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, stivers
Methods 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
-
a09idr
public boolean a09idr()- Returns:
- boolean
a09id()
equals A09IDRA09IDR = 0x28
-
a09idt
public boolean a09idt()- Returns:
- boolean
a09id()
equals A09IDTA09IDT = 0x29
-
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
-