Class FepiTargetStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.FepiTargetStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
a24alloc()
A24ALLOC value.a24appl()
A24APPL value.int
a24dvers()
A24DVERS value.int
a24id()
A24ID value.int
a24len()
A24LEN value.long
a24ndct()
A24NDCT value.long
a24pkwt()
A24PKWT value.a24pool()
A24POOL value.a24targ()
A24TARG value.long
a24tiout()
A24TIOUT value.long
a24totwt()
A24TOTWT value.long
a24wait()
A24WAIT value.static FepiTargetStatistics
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
-
A24IDR
public static final int A24IDRConstant: 0x12 = 18- See Also:
-
A24VERS
public static final int A24VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
a24len
public int a24len()A24LEN value.- Returns:
- int A24LEN value
-
a24id
public int a24id()A24ID value.- Returns:
- int A24ID value
-
a24dvers
public int a24dvers()A24DVERS value.- Returns:
- int A24DVERS value
-
a24targ
A24TARG value.- Returns:
- String A24TARG value
-
a24pool
A24POOL value.- Returns:
- String A24POOL value
-
a24appl
A24APPL value.- Returns:
- String A24APPL value
-
a24ndct
public long a24ndct()A24NDCT value.- Returns:
- long A24NDCT value
-
a24alloc
public long a24alloc()A24ALLOC value.- Returns:
- long A24ALLOC value
-
a24totwt
public long a24totwt()A24TOTWT value.- Returns:
- long A24TOTWT value
-
a24wait
public long a24wait()A24WAIT value.- Returns:
- long A24WAIT value
-
a24pkwt
public long a24pkwt()A24PKWT value.- Returns:
- long A24PKWT value
-
a24tiout
public long a24tiout()A24TIOUT value.- Returns:
- long A24TIOUT 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
-