Class FepiPoolStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.FepiPoolStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
a22alloc()
A22ALLOC value.long
a22conct()
A22CONCT value.long
a22conpk()
A22CONPK value.int
a22dvers()
A22DVERS value.int
a22id()
A22ID value.int
a22len()
A22LEN value.long
a22ndct()
A22NDCT value.long
a22pkall()
A22PKALL value.long
a22pkwt()
A22PKWT value.a22pool()
A22POOL value.long
a22tiout()
A22TIOUT value.long
a22totwt()
A22TOTWT value.long
a22trgct()
A22TRGCT value.long
a22wait()
A22WAIT value.static FepiPoolStatistics
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
-
A22IDR
public static final int A22IDRConstant: 0x10 = 16- See Also:
-
A22VERS
public static final int A22VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
a22len
public int a22len()A22LEN value.- Returns:
- int A22LEN value
-
a22id
public int a22id()A22ID value.- Returns:
- int A22ID value
-
a22dvers
public int a22dvers()A22DVERS value.- Returns:
- int A22DVERS value
-
a22pool
A22POOL value.- Returns:
- String A22POOL value
-
a22trgct
public long a22trgct()A22TRGCT value.- Returns:
- long A22TRGCT value
-
a22ndct
public long a22ndct()A22NDCT value.- Returns:
- long A22NDCT value
-
a22conct
public long a22conct()A22CONCT value.- Returns:
- long A22CONCT value
-
a22conpk
public long a22conpk()A22CONPK value.- Returns:
- long A22CONPK value
-
a22alloc
public long a22alloc()A22ALLOC value.- Returns:
- long A22ALLOC value
-
a22pkall
public long a22pkall()A22PKALL value.- Returns:
- long A22PKALL value
-
a22wait
public long a22wait()A22WAIT value.- Returns:
- long A22WAIT value
-
a22totwt
public long a22totwt()A22TOTWT value.- Returns:
- long A22TOTWT value
-
a22pkwt
public long a22pkwt()A22PKWT value.- Returns:
- long A22PKWT value
-
a22tiout
public long a22tiout()A22TIOUT value.- Returns:
- long A22TIOUT 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
-