Class FepiConnectionStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.FepiConnectionStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
a23acq()
A23ACQ value.long
a23chin()
A23CHIN value.long
a23chout()
A23CHOUT value.long
a23cnv()
A23CNV value.int
a23dvers()
A23DVERS value.long
a23error()
A23ERROR value.int
a23id()
A23ID value.int
a23len()
A23LEN value.a23node()
A23NODE value.a23pool()
A23POOL value.long
a23rtout()
A23RTOUT value.a23targ()
A23TARG value.long
a23usi()
A23USI value.static FepiConnectionStatistics
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
-
A23IDR
public static final int A23IDRConstant: 0x11 = 17- See Also:
-
A23VERS
public static final int A23VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
a23len
public int a23len()A23LEN value.- Returns:
- int A23LEN value
-
a23id
public int a23id()A23ID value.- Returns:
- int A23ID value
-
a23dvers
public int a23dvers()A23DVERS value.- Returns:
- int A23DVERS value
-
a23pool
A23POOL value.- Returns:
- String A23POOL value
-
a23targ
A23TARG value.- Returns:
- String A23TARG value
-
a23node
A23NODE value.- Returns:
- String A23NODE value
-
a23acq
public long a23acq()A23ACQ value.- Returns:
- long A23ACQ value
-
a23cnv
public long a23cnv()A23CNV value.- Returns:
- long A23CNV value
-
a23usi
public long a23usi()A23USI value.- Returns:
- long A23USI value
-
a23chout
public long a23chout()A23CHOUT value.- Returns:
- long A23CHOUT value
-
a23chin
public long a23chin()A23CHIN value.- Returns:
- long A23CHIN value
-
a23rtout
public long a23rtout()A23RTOUT value.- Returns:
- long A23RTOUT value
-
a23error
public long a23error()A23ERROR value.- Returns:
- long A23ERROR 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
-