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
Fields -
Method Summary
Modifier and TypeMethodDescriptionlonga23acq()A23ACQ value.longa23chin()A23CHIN value.longa23chout()A23CHOUT value.longa23cnv()A23CNV value.inta23dvers()A23DVERS value.longa23error()A23ERROR value.inta23id()A23ID value.inta23len()A23LEN value.a23node()A23NODE value.a23pool()A23POOL value.longa23rtout()A23RTOUT value.a23targ()A23TARG value.longa23usi()A23USI value.static FepiConnectionStatisticscreate(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
-
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
-