Class TransactionDumpcodeStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.TransactionDumpcodeStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.tdrcode()
TDRCODE value.int
tdrdvers()
TDRDVERS value.int
tdrid()
TDRID value.int
tdrlen()
TDRLEN value.long
tdrssupr()
TDRSSUPR value.long
tdrstkn()
TDRSTKN value.long
tdrtsupr()
TDRTSUPR value.long
tdrttkn()
TDRTTKN value.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
-
TDRIDE
public static final int TDRIDEConstant: 0x55 = 85- See Also:
-
TDRVERS
public static final int TDRVERSConstant: 0x01 = 1- See Also:
-
TDRCLEN
public static final int TDRCLENConstant: 0x1C = 28- See Also:
-
-
Method Details
-
tdrlen
public int tdrlen()TDRLEN value.- Returns:
- int TDRLEN value
-
tdrid
public int tdrid()TDRID value.- Returns:
- int TDRID value
-
tdrdvers
public int tdrdvers()TDRDVERS value.- Returns:
- int TDRDVERS value
-
tdrcode
TDRCODE value.- Returns:
- String TDRCODE value
-
tdrstkn
public long tdrstkn()TDRSTKN value.- Returns:
- long TDRSTKN value
-
tdrssupr
public long tdrssupr()TDRSSUPR value.- Returns:
- long TDRSSUPR value
-
tdrttkn
public long tdrttkn()TDRTTKN value.- Returns:
- long TDRTTKN value
-
tdrtsupr
public long tdrtsupr()TDRTSUPR value.- Returns:
- long TDRTSUPR 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
-