Class TransactionManagerGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.TransactionManagerGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.int
xmgatmxt()
XMGATMXT value.boolean
xmgcamxt()
Return true ifXMGCAMXT
bit inxmgatmxt()
is set.long
xmgcat()
XMGCAT value.long
xmgcqt()
XMGCQT value.xmgcqtme()
XMGCQTME as a Duration.long
XMGCQTME raw value.double
XMGCQTME in seconds.int
xmgdvers()
XMGDVERS value.xmggamxt()
XMGGAMXT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).XMGGAMXT STCK value.xmggsmxt()
XMGGSMXT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).XMGGSMXT STCK value.xmggtat()
XMGGTAT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).XMGGTAT STCK value.int
xmgid()
XMGID value.xmglamxt()
XMGLAMXT STCK value converted to LocalDateTime (nanosecond precision).XMGLAMXT STCK value.int
xmglen()
XMGLEN value.xmglsmxt()
XMGLSMXT STCK value converted to LocalDateTime (nanosecond precision).XMGLSMXT STCK value.xmgltat()
XMGLTAT STCK value converted to LocalDateTime (nanosecond precision).XMGLTAT STCK value.long
xmgmxt()
XMGMXT value.long
xmgnum()
XMGNUM value.long
xmgpat()
XMGPAT value.long
xmgpqt()
XMGPQT value.long
xmgtamxt()
XMGTAMXT value.long
xmgtat()
XMGTAT value.long
xmgtdt()
XMGTDT value.long
xmgtnum()
XMGTNUM value, throws exception if XMGTNUM overflows 64 bit signed integer.XMGTNUM value as a BigInteger.xmgtqtme()
XMGTQTME as a Duration.long
XMGTQTME raw value.double
XMGTQTME in seconds.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
-
XMGIDE
public static final int XMGIDEConstant: 0x0A = 10- See Also:
-
XMGVERS
public static final int XMGVERSConstant: 0x01 = 1- See Also:
-
XMGCAMXT
public static final int XMGCAMXTConstant: 0x80 = 128- See Also:
-
-
Method Details
-
xmglen
public int xmglen()XMGLEN value.- Returns:
- int XMGLEN value
-
xmgid
public int xmgid()XMGID value.- Returns:
- int XMGID value
-
xmgdvers
public int xmgdvers()XMGDVERS value.- Returns:
- int XMGDVERS value
-
xmgnum
public long xmgnum()XMGNUM value.- Returns:
- long XMGNUM value
-
xmgmxt
public long xmgmxt()XMGMXT value.- Returns:
- long XMGMXT value
-
xmgcat
public long xmgcat()XMGCAT value.- Returns:
- long XMGCAT value
-
xmgcqt
public long xmgcqt()XMGCQT value.- Returns:
- long XMGCQT value
-
xmgtamxt
public long xmgtamxt()XMGTAMXT value.- Returns:
- long XMGTAMXT value
-
xmgpat
public long xmgpat()XMGPAT value.- Returns:
- long XMGPAT value
-
xmgpqt
public long xmgpqt()XMGPQT value.- Returns:
- long XMGPQT value
-
xmgtat
public long xmgtat()XMGTAT value.- Returns:
- long XMGTAT value
-
xmgtdt
public long xmgtdt()XMGTDT value.- Returns:
- long XMGTDT value
-
xmgtqtme
XMGTQTME as a Duration.- Returns:
- Duration XMGTQTME
- See Also:
-
xmgtqtmeSeconds
public double xmgtqtmeSeconds()XMGTQTME in seconds.- Returns:
- double XMGTQTME converted to seconds
-
xmgtqtmeRawValue
public long xmgtqtmeRawValue()XMGTQTME raw value.- Returns:
- long XMGTQTME raw value
-
xmgcqtme
XMGCQTME as a Duration.- Returns:
- Duration XMGCQTME
- See Also:
-
xmgcqtmeSeconds
public double xmgcqtmeSeconds()XMGCQTME in seconds.- Returns:
- double XMGCQTME converted to seconds
-
xmgcqtmeRawValue
public long xmgcqtmeRawValue()XMGCQTME raw value.- Returns:
- long XMGCQTME raw value
-
xmgtnum
public long xmgtnum()XMGTNUM value, throws exception if XMGTNUM overflows 64 bit signed integer.- Returns:
- long XMGTNUM
- Throws:
IllegalArgumentException
- If the value of XMGTNUM exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in XMGTNUM). UsexmgtnumAsBigInteger()
if this is possible.
-
xmgtnumAsBigInteger
XMGTNUM value as a BigInteger.xmgtnum()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger XMGTNUM
-
xmggtat
XMGGTAT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
xmggtatRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime XMGGTAT STCK converted to ZonedDateTime
- See Also:
-
xmggtatRawValue
XMGGTAT STCK value.- Returns:
- BigInteger XMGGTAT STCK value
-
xmgltat
XMGLTAT STCK value converted to LocalDateTime (nanosecond precision).Use
xmgltatRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime XMGLTAT STCK converted to LocalDateTime
- See Also:
-
xmgltatRawValue
XMGLTAT STCK value.- Returns:
- BigInteger XMGLTAT STCK value
-
xmggsmxt
XMGGSMXT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
xmggsmxtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime XMGGSMXT STCK converted to ZonedDateTime
- See Also:
-
xmggsmxtRawValue
XMGGSMXT STCK value.- Returns:
- BigInteger XMGGSMXT STCK value
-
xmglsmxt
XMGLSMXT STCK value converted to LocalDateTime (nanosecond precision).Use
xmglsmxtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime XMGLSMXT STCK converted to LocalDateTime
- See Also:
-
xmglsmxtRawValue
XMGLSMXT STCK value.- Returns:
- BigInteger XMGLSMXT STCK value
-
xmggamxt
XMGGAMXT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
xmggamxtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime XMGGAMXT STCK converted to ZonedDateTime
- See Also:
-
xmggamxtRawValue
XMGGAMXT STCK value.- Returns:
- BigInteger XMGGAMXT STCK value
-
xmglamxt
XMGLAMXT STCK value converted to LocalDateTime (nanosecond precision).Use
xmglamxtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime XMGLAMXT STCK converted to LocalDateTime
- See Also:
-
xmglamxtRawValue
XMGLAMXT STCK value.- Returns:
- BigInteger XMGLAMXT STCK value
-
xmgatmxt
public int xmgatmxt()XMGATMXT value.- Returns:
- int XMGATMXT value
-
xmgcamxt
public boolean xmgcamxt()Return true ifXMGCAMXT
bit inxmgatmxt()
is set.- Returns:
- boolean XMGCAMXT bit is set in xmgatmxt()
XMGCAMXT = 0x80
-
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
-