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
FieldsModifier and TypeFieldDescriptionstatic 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.EPR_ADA_CHANGE_AGENT as a CIAgent.int
EPR_ADA_CHANGE_AGENT raw 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.EPR_ADA_INSTALL_AGENT as a CIAgent.int
EPR_ADA_INSTALL_AGENT raw 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.EPR_ADAPTER_TYPE as a EprAdapterType.int
EPR_ADAPTER_TYPE raw value.int
eprdsId()
EPRDS_ID value.int
eprdsLen()
EPRDS_LEN value.int
EPRDS_VERS value.EPR_EMISSION_MODE as a EprEmissionMode.int
EPR_EMISSION_MODE raw value.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:
-
-
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
EPR_ADAPTER_TYPE as a EprAdapterType.- Returns:
- EprAdapterType EPR_ADAPTER_TYPE
-
eprAdapterTypeRawValue
public int eprAdapterTypeRawValue()EPR_ADAPTER_TYPE raw value.- Returns:
- int EPR_ADAPTER_TYPE value
-
eprEmissionMode
EPR_EMISSION_MODE as a EprEmissionMode.- Returns:
- EprEmissionMode EPR_EMISSION_MODE
-
eprEmissionModeRawValue
public int eprEmissionModeRawValue()EPR_EMISSION_MODE raw 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
EPR_ADA_CHANGE_AGENT as a CIAgent.- Returns:
- CIAgent EPR_ADA_CHANGE_AGENT
-
eprAdaChangeAgentRawValue
public int eprAdaChangeAgentRawValue()EPR_ADA_CHANGE_AGENT raw value.- Returns:
- int EPR_ADA_CHANGE_AGENT value
-
eprAdaInstallAgent
EPR_ADA_INSTALL_AGENT as a CIAgent.- Returns:
- CIAgent EPR_ADA_INSTALL_AGENT
-
eprAdaInstallAgentRawValue
public int eprAdaInstallAgentRawValue()EPR_ADA_INSTALL_AGENT raw 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
-
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
-