Class TransactionDumpGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.TransactionDumpGlobalStatistics
-
Field Summary
-
Method Summary
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
-
TDGIDE
public static final int TDGIDEConstant: 0x57 = 87- See Also:
-
TDGVERS
public static final int TDGVERSConstant: 0x01 = 1- See Also:
-
TDGCLEN
public static final int TDGCLENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
tdglen
public int tdglen()TDGLEN value.- Returns:
- int TDGLEN value
-
tdgid
public int tdgid()TDGID value.- Returns:
- int TDGID value
-
tdgdvers
public int tdgdvers()TDGDVERS value.- Returns:
- int TDGDVERS value
-
transDumpTaken
public long transDumpTaken()TRANS_DUMP_TAKEN value.- Returns:
- long TRANS_DUMP_TAKEN value
-
transDumpSupp
public long transDumpSupp()TRANS_DUMP_SUPP value.- Returns:
- long TRANS_DUMP_SUPP 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
-