Class EventProcessResourceStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.EventProcessResourceStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x05 = 5static final int
Constant: 0x06 = 6static final int
Constant: 0x03 = 3static final int
Constant: 0x04 = 4static final int
Constant: 0x02 = 2static final int
Constant: 0x09 = 9static final int
Constant: 0x04 = 4static final int
Constant: 0x01 = 1static final int
Constant: 0x02 = 2static final int
Constant: 0x03 = 3static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1static final int
Constant: 0x01 = 1static final int
Constant: 0x6C = 108static final int
Constant: 0x90 = 144 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.int
EPR_ADA_CHANGE_AGENT value.EPR_ADA_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).EPR_ADA_CHANGE_TIME STCK value.EPR_ADA_CHANGE_USERID value.EPR_ADA_DEFINE_SOURCE value.int
EPR_ADA_INSTALL_AGENT value.EPR_ADA_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).EPR_ADA_INSTALL_TIME STCK value.EPR_ADA_INSTALL_USERID value.EPR_ADAPTER_NAME value.int
EPR_ADAPTER_TYPE value.boolean
Return true ifeprAdapterType()
equalsEPR_ATYPE_CUSTOM
.boolean
Return true ifeprAdapterType()
equalsEPR_ATYPE_HTTP
.boolean
Return true ifeprAdapterType()
equalsEPR_ATYPE_TDQUEUE
.boolean
Return true ifeprAdapterType()
equalsEPR_ATYPE_TRANSTART
.boolean
Return true ifeprAdapterType()
equalsEPR_ATYPE_TSQUEUE
.boolean
Return true ifeprAdapterType()
equalsEPR_ATYPE_WMQ
.boolean
Return true ifeprAdaInstallAgent()
equalsEPR_BUNDLE_INSTALL
.boolean
Return true ifeprAdaChangeAgent()
equalsEPR_CREATE_CHANGE
.boolean
Return true ifeprAdaChangeAgent()
equalsEPR_CSDAPI_CHANGE
.boolean
Return true ifeprAdaChangeAgent()
equalsEPR_CSDBATCH_CHANGE
.boolean
Return true ifeprAdaChangeAgent()
equalsEPR_DREPAPI_CHANGE
.int
eprdsId()
EPRDS_ID value.int
eprdsLen()
EPRDS_LEN value.int
EPRDS_VERS value.int
EPR_EMISSION_MODE value.boolean
Return true ifeprEmissionMode()
equalsEPR_EMODE_ASYNC
.boolean
Return true ifeprEmissionMode()
equalsEPR_EMODE_SYNC
.long
EPR_PUT_EVENTS 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
-
EPRDS_LENGTH
public static final int EPRDS_LENGTHConstant: 0x6C = 108- See Also:
-
EPRIDE
public static final int EPRIDEConstant: 0x90 = 144- See Also:
-
EPR_VERS
public static final int EPR_VERSConstant: 0x01 = 1- See Also:
-
EPR_EMODE_SYNC
public static final int EPR_EMODE_SYNCConstant: 0x01 = 1- See Also:
-
EPR_EMODE_ASYNC
public static final int EPR_EMODE_ASYNCConstant: 0x02 = 2- See Also:
-
EPR_ATYPE_CUSTOM
public static final int EPR_ATYPE_CUSTOMConstant: 0x01 = 1- See Also:
-
EPR_ATYPE_WMQ
public static final int EPR_ATYPE_WMQConstant: 0x02 = 2- See Also:
-
EPR_ATYPE_TRANSTART
public static final int EPR_ATYPE_TRANSTARTConstant: 0x03 = 3- See Also:
-
EPR_ATYPE_TSQUEUE
public static final int EPR_ATYPE_TSQUEUEConstant: 0x04 = 4- See Also:
-
EPR_ATYPE_HTTP
public static final int EPR_ATYPE_HTTPConstant: 0x05 = 5- See Also:
-
EPR_ATYPE_TDQUEUE
public static final int EPR_ATYPE_TDQUEUEConstant: 0x06 = 6- See Also:
-
EPR_CSDAPI_CHANGE
public static final int EPR_CSDAPI_CHANGEConstant: 0x01 = 1- See Also:
-
EPR_CSDBATCH_CHANGE
public static final int EPR_CSDBATCH_CHANGEConstant: 0x02 = 2- See Also:
-
EPR_DREPAPI_CHANGE
public static final int EPR_DREPAPI_CHANGEConstant: 0x03 = 3- See Also:
-
EPR_CREATE_CHANGE
public static final int EPR_CREATE_CHANGEConstant: 0x04 = 4- See Also:
-
EPR_BUNDLE_INSTALL
public static final int EPR_BUNDLE_INSTALLConstant: 0x09 = 9- See Also:
-
-
Method Details
-
eprdsLen
public int eprdsLen()EPRDS_LEN value.- Returns:
- int EPRDS_LEN value
-
eprdsId
public int eprdsId()EPRDS_ID value.- Returns:
- int EPRDS_ID value
-
eprdsVers
public int eprdsVers()EPRDS_VERS value.- Returns:
- int EPRDS_VERS value
-
eprAdapterName
EPR_ADAPTER_NAME value.- Returns:
- String EPR_ADAPTER_NAME value
-
eprAdapterType
public int eprAdapterType()EPR_ADAPTER_TYPE value.- Returns:
- int EPR_ADAPTER_TYPE value
-
eprEmissionMode
public int eprEmissionMode()EPR_EMISSION_MODE value.- Returns:
- int EPR_EMISSION_MODE value
-
eprPutEvents
public long eprPutEvents()EPR_PUT_EVENTS value.- Returns:
- long EPR_PUT_EVENTS value
-
eprAdaDefineSource
EPR_ADA_DEFINE_SOURCE value.- Returns:
- String EPR_ADA_DEFINE_SOURCE value
-
eprAdaChangeTime
EPR_ADA_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
eprAdaChangeTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime EPR_ADA_CHANGE_TIME STCK converted to LocalDateTime
- See Also:
-
eprAdaChangeTimeRawValue
EPR_ADA_CHANGE_TIME STCK value.- Returns:
- BigInteger EPR_ADA_CHANGE_TIME STCK value
-
eprAdaChangeUserid
EPR_ADA_CHANGE_USERID value.- Returns:
- String EPR_ADA_CHANGE_USERID value
-
eprAdaChangeAgent
public int eprAdaChangeAgent()EPR_ADA_CHANGE_AGENT value.- Returns:
- int EPR_ADA_CHANGE_AGENT value
-
eprAdaInstallAgent
public int eprAdaInstallAgent()EPR_ADA_INSTALL_AGENT value.- Returns:
- int EPR_ADA_INSTALL_AGENT value
-
eprAdaInstallTime
EPR_ADA_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
eprAdaInstallTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime EPR_ADA_INSTALL_TIME STCK converted to LocalDateTime
- See Also:
-
eprAdaInstallTimeRawValue
EPR_ADA_INSTALL_TIME STCK value.- Returns:
- BigInteger EPR_ADA_INSTALL_TIME STCK value
-
eprAdaInstallUserid
EPR_ADA_INSTALL_USERID value.- Returns:
- String EPR_ADA_INSTALL_USERID value
-
eprEmodeSync
public boolean eprEmodeSync()Return true ifeprEmissionMode()
equalsEPR_EMODE_SYNC
.- Returns:
- boolean
eprEmissionMode()
equals EPR_EMODE_SYNCEPR_EMODE_SYNC = 0x01
-
eprEmodeAsync
public boolean eprEmodeAsync()Return true ifeprEmissionMode()
equalsEPR_EMODE_ASYNC
.- Returns:
- boolean
eprEmissionMode()
equals EPR_EMODE_ASYNCEPR_EMODE_ASYNC = 0x02
-
eprAtypeCustom
public boolean eprAtypeCustom()Return true ifeprAdapterType()
equalsEPR_ATYPE_CUSTOM
.- Returns:
- boolean
eprAdapterType()
equals EPR_ATYPE_CUSTOMEPR_ATYPE_CUSTOM = 0x01
-
eprAtypeWmq
public boolean eprAtypeWmq()Return true ifeprAdapterType()
equalsEPR_ATYPE_WMQ
.- Returns:
- boolean
eprAdapterType()
equals EPR_ATYPE_WMQEPR_ATYPE_WMQ = 0x02
-
eprAtypeTranstart
public boolean eprAtypeTranstart()Return true ifeprAdapterType()
equalsEPR_ATYPE_TRANSTART
.- Returns:
- boolean
eprAdapterType()
equals EPR_ATYPE_TRANSTARTEPR_ATYPE_TRANSTART = 0x03
-
eprAtypeTsqueue
public boolean eprAtypeTsqueue()Return true ifeprAdapterType()
equalsEPR_ATYPE_TSQUEUE
.- Returns:
- boolean
eprAdapterType()
equals EPR_ATYPE_TSQUEUEEPR_ATYPE_TSQUEUE = 0x04
-
eprAtypeHttp
public boolean eprAtypeHttp()Return true ifeprAdapterType()
equalsEPR_ATYPE_HTTP
.- Returns:
- boolean
eprAdapterType()
equals EPR_ATYPE_HTTPEPR_ATYPE_HTTP = 0x05
-
eprAtypeTdqueue
public boolean eprAtypeTdqueue()Return true ifeprAdapterType()
equalsEPR_ATYPE_TDQUEUE
.- Returns:
- boolean
eprAdapterType()
equals EPR_ATYPE_TDQUEUEEPR_ATYPE_TDQUEUE = 0x06
-
eprCsdapiChange
public boolean eprCsdapiChange()Return true ifeprAdaChangeAgent()
equalsEPR_CSDAPI_CHANGE
.- Returns:
- boolean
eprAdaChangeAgent()
equals EPR_CSDAPI_CHANGEEPR_CSDAPI_CHANGE = 0x01
-
eprCsdbatchChange
public boolean eprCsdbatchChange()Return true ifeprAdaChangeAgent()
equalsEPR_CSDBATCH_CHANGE
.- Returns:
- boolean
eprAdaChangeAgent()
equals EPR_CSDBATCH_CHANGEEPR_CSDBATCH_CHANGE = 0x02
-
eprDrepapiChange
public boolean eprDrepapiChange()Return true ifeprAdaChangeAgent()
equalsEPR_DREPAPI_CHANGE
.- Returns:
- boolean
eprAdaChangeAgent()
equals EPR_DREPAPI_CHANGEEPR_DREPAPI_CHANGE = 0x03
-
eprCreateChange
public boolean eprCreateChange()Return true ifeprAdaChangeAgent()
equalsEPR_CREATE_CHANGE
.- Returns:
- boolean
eprAdaChangeAgent()
equals EPR_CREATE_CHANGEEPR_CREATE_CHANGE = 0x04
-
eprBundleInstall
public boolean eprBundleInstall()Return true ifeprAdaInstallAgent()
equalsEPR_BUNDLE_INSTALL
.- Returns:
- boolean
eprAdaInstallAgent()
equals EPR_BUNDLE_INSTALLEPR_BUNDLE_INSTALL = 0x09
-
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
-