Class TransactionManagerTclassStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.TransactionManagerTclassStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.long
xmcaaq()
XMCAAQ value.long
xmcai()
XMCAI value.long
xmccat()
XMCCAT value.long
xmccqt()
XMCCQT value.xmccqtme()
XMCCQTME as a Duration.long
XMCCQTME raw value.double
XMCCQTME in seconds.int
xmcdvers()
XMCDVERS value.xmcgama()
XMCGAMA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).XMCGAMA STCK value.int
xmcid()
XMCID value.long
xmcitd()
XMCITD value.int
xmclen()
XMCLEN value.long
xmcmxt()
XMCMXT value.long
xmcpat()
XMCPAT value.long
xmcpi()
XMCPI value.long
xmcpqt()
XMCPQT value.xmcpua()
XMCPUA as a XmcPurgeAction.int
XMCPUA raw value.long
xmcpwq()
XMCPWQ value.long
xmctama()
XMCTAMA value.long
xmctapt()
XMCTAPT value.long
xmctat()
XMCTAT value.xmctcl()
XMCTCL value.XMC_TCLASS_CHANGE_AGENT as a CIAgent.int
XMC_TCLASS_CHANGE_AGENT raw value.XMC_TCLASS_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).XMC_TCLASS_CHANGE_TIME STCK value.XMC_TCLASS_CHANGE_USERID value.XMC_TCLASS_DEFINE_SOURCE value.XMC_TCLASS_INSTALL_AGENT as a CIAgent.int
XMC_TCLASS_INSTALL_AGENT raw value.XMC_TCLASS_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).XMC_TCLASS_INSTALL_TIME STCK value.XMC_TCLASS_INSTALL_USERID value.long
xmcth()
XMCTH value.long
xmctq()
XMCTQ value.xmctqtme()
XMCTQTME as a Duration.long
XMCTQTME raw value.double
XMCTQTME 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
-
XMCIDE
public static final int XMCIDEConstant: 0x0C = 12- See Also:
-
XMCVERS
public static final int XMCVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
xmclen
public int xmclen()XMCLEN value.- Returns:
- int XMCLEN value
-
xmcid
public int xmcid()XMCID value.- Returns:
- int XMCID value
-
xmcdvers
public int xmcdvers()XMCDVERS value.- Returns:
- int XMCDVERS value
-
xmctcl
XMCTCL value.- Returns:
- String XMCTCL value
-
xmctat
public long xmctat()XMCTAT value.- Returns:
- long XMCTAT value
-
xmcpi
public long xmcpi()XMCPI value.- Returns:
- long XMCPI value
-
xmctq
public long xmctq()XMCTQ value.- Returns:
- long XMCTQ value
-
xmcai
public long xmcai()XMCAI value.- Returns:
- long XMCAI value
-
xmcaaq
public long xmcaaq()XMCAAQ value.- Returns:
- long XMCAAQ value
-
xmcpwq
public long xmcpwq()XMCPWQ value.- Returns:
- long XMCPWQ value
-
xmcmxt
public long xmcmxt()XMCMXT value.- Returns:
- long XMCMXT value
-
xmcth
public long xmcth()XMCTH value.- Returns:
- long XMCTH value
-
xmcitd
public long xmcitd()XMCITD value.- Returns:
- long XMCITD value
-
xmcpat
public long xmcpat()XMCPAT value.- Returns:
- long XMCPAT value
-
xmcpqt
public long xmcpqt()XMCPQT value.- Returns:
- long XMCPQT value
-
xmctama
public long xmctama()XMCTAMA value.- Returns:
- long XMCTAMA value
-
xmctapt
public long xmctapt()XMCTAPT value.- Returns:
- long XMCTAPT value
-
xmccat
public long xmccat()XMCCAT value.- Returns:
- long XMCCAT value
-
xmccqt
public long xmccqt()XMCCQT value.- Returns:
- long XMCCQT value
-
xmctqtme
XMCTQTME as a Duration.- Returns:
- Duration XMCTQTME
- See Also:
-
xmctqtmeSeconds
public double xmctqtmeSeconds()XMCTQTME in seconds.- Returns:
- double XMCTQTME converted to seconds
-
xmctqtmeRawValue
public long xmctqtmeRawValue()XMCTQTME raw value.- Returns:
- long XMCTQTME raw value
-
xmccqtme
XMCCQTME as a Duration.- Returns:
- Duration XMCCQTME
- See Also:
-
xmccqtmeSeconds
public double xmccqtmeSeconds()XMCCQTME in seconds.- Returns:
- double XMCCQTME converted to seconds
-
xmccqtmeRawValue
public long xmccqtmeRawValue()XMCCQTME raw value.- Returns:
- long XMCCQTME raw value
-
xmcgama
XMCGAMA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
xmcgamaRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime XMCGAMA STCK converted to ZonedDateTime
- See Also:
-
xmcgamaRawValue
XMCGAMA STCK value.- Returns:
- BigInteger XMCGAMA STCK value
-
xmcpua
XMCPUA as a XmcPurgeAction.- Returns:
- XmcPurgeAction XMCPUA
-
xmcpuaRawValue
public int xmcpuaRawValue()XMCPUA raw value.- Returns:
- int XMCPUA value
-
xmcTclassDefineSource
XMC_TCLASS_DEFINE_SOURCE value.- Returns:
- String XMC_TCLASS_DEFINE_SOURCE value
-
xmcTclassChangeTime
XMC_TCLASS_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
xmcTclassChangeTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime XMC_TCLASS_CHANGE_TIME STCK converted to LocalDateTime
- See Also:
-
xmcTclassChangeTimeRawValue
XMC_TCLASS_CHANGE_TIME STCK value.- Returns:
- BigInteger XMC_TCLASS_CHANGE_TIME STCK value
-
xmcTclassChangeUserid
XMC_TCLASS_CHANGE_USERID value.- Returns:
- String XMC_TCLASS_CHANGE_USERID value
-
xmcTclassChangeAgent
XMC_TCLASS_CHANGE_AGENT as a CIAgent.- Returns:
- CIAgent XMC_TCLASS_CHANGE_AGENT
-
xmcTclassChangeAgentRawValue
public int xmcTclassChangeAgentRawValue()XMC_TCLASS_CHANGE_AGENT raw value.- Returns:
- int XMC_TCLASS_CHANGE_AGENT value
-
xmcTclassInstallAgent
XMC_TCLASS_INSTALL_AGENT as a CIAgent.- Returns:
- CIAgent XMC_TCLASS_INSTALL_AGENT
-
xmcTclassInstallAgentRawValue
public int xmcTclassInstallAgentRawValue()XMC_TCLASS_INSTALL_AGENT raw value.- Returns:
- int XMC_TCLASS_INSTALL_AGENT value
-
xmcTclassInstallTime
XMC_TCLASS_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
xmcTclassInstallTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime XMC_TCLASS_INSTALL_TIME STCK converted to LocalDateTime
- See Also:
-
xmcTclassInstallTimeRawValue
XMC_TCLASS_INSTALL_TIME STCK value.- Returns:
- BigInteger XMC_TCLASS_INSTALL_TIME STCK value
-
xmcTclassInstallUserid
XMC_TCLASS_INSTALL_USERID value.- Returns:
- String XMC_TCLASS_INSTALL_USERID 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
-