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
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] Data, int offset, int length) create is intended for internal use only.tdrcode()TDRCODE value.inttdrdvers()TDRDVERS value.inttdrid()TDRID value.inttdrlen()TDRLEN value.longtdrssupr()TDRSSUPR value.longtdrstkn()TDRSTKN value.longtdrtsupr()TDRTSUPR value.longtdrttkn()TDRTTKN value.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
-
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
-