Class LsrPoolStatisticsEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.LsrPoolStatisticsEntry
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
a08bkbff()
A08BKBFF value.int
a08bkbfn()
A08BKBFN value.int
a08bkbsz()
A08BKBSZ value.long
a08bkcrf()
A08BKCRF value.long
a08bkcrs()
A08BKCRS value.long
a08bkcwf()
A08BKCWF value.long
a08bkcws()
A08BKCWS value.long
a08bkfrd()
A08BKFRD value.long
a08bkhbn()
A08BKHBN value.long
a08bknuw()
A08BKNUW value.long
a08bkuiw()
A08BKUIW value.static LsrPoolStatisticsEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
A08BLEN
public static final int A08BLENConstant: 0x28 = 40- See Also:
-
-
Method Details
-
a08bkbsz
public int a08bkbsz()A08BKBSZ value.- Returns:
- int A08BKBSZ value
-
a08bkbfn
public int a08bkbfn()A08BKBFN value.- Returns:
- int A08BKBFN value
-
a08bkhbn
public long a08bkhbn()A08BKHBN value.- Returns:
- long A08BKHBN value
-
a08bkbff
public long a08bkbff()A08BKBFF value.- Returns:
- long A08BKBFF value
-
a08bkfrd
public long a08bkfrd()A08BKFRD value.- Returns:
- long A08BKFRD value
-
a08bkuiw
public long a08bkuiw()A08BKUIW value.- Returns:
- long A08BKUIW value
-
a08bknuw
public long a08bknuw()A08BKNUW value.- Returns:
- long A08BKNUW value
-
a08bkcrs
public long a08bkcrs()A08BKCRS value.- Returns:
- long A08BKCRS value
-
a08bkcws
public long a08bkcws()A08BKCWS value.- Returns:
- long A08BKCWS value
-
a08bkcrf
public long a08bkcrf()A08BKCRF value.- Returns:
- long A08BKCRF value
-
a08bkcwf
public long a08bkcwf()A08BKCWF value.- Returns:
- long A08BKCWF 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
-