Class EventBindingResourceStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.EventBindingResourceStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x84 = 132static final int
Constant: 0x8D = 141 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.int
ecrdsId()
ECRDS_ID value.int
ecrdsLen()
ECRDS_LEN value.int
ECRDS_VERS value.ECR_EB_CHANGE_AGENT as a CIAgent.int
ECR_EB_CHANGE_AGENT raw value.ECR_EB_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).ECR_EB_CHANGE_TIME STCK value.ECR_EB_CHANGE_USERID value.ECR_EB_DEFINE_SOURCE value.ECR_EB_INSTALL_AGENT as a CIAgent.int
ECR_EB_INSTALL_AGENT raw value.ECR_EB_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).ECR_EB_INSTALL_TIME STCK value.ECR_EB_INSTALL_USERID value.ECR_EPADAPTER_NAME value.ECR_EVENTBINDING_NAME 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
-
ECRDS_LENGTH
public static final int ECRDS_LENGTHConstant: 0x84 = 132- See Also:
-
ECRIDE
public static final int ECRIDEConstant: 0x8D = 141- See Also:
-
ECR_VERS
public static final int ECR_VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
ecrdsLen
public int ecrdsLen()ECRDS_LEN value.- Returns:
- int ECRDS_LEN value
-
ecrdsId
public int ecrdsId()ECRDS_ID value.- Returns:
- int ECRDS_ID value
-
ecrdsVers
public int ecrdsVers()ECRDS_VERS value.- Returns:
- int ECRDS_VERS value
-
ecrEventbindingName
ECR_EVENTBINDING_NAME value.- Returns:
- String ECR_EVENTBINDING_NAME value
-
ecrEpadapterName
ECR_EPADAPTER_NAME value.- Returns:
- String ECR_EPADAPTER_NAME value
-
ecrEbDefineSource
ECR_EB_DEFINE_SOURCE value.- Returns:
- String ECR_EB_DEFINE_SOURCE value
-
ecrEbChangeTime
ECR_EB_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
ecrEbChangeTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime ECR_EB_CHANGE_TIME STCK converted to LocalDateTime
- See Also:
-
ecrEbChangeTimeRawValue
ECR_EB_CHANGE_TIME STCK value.- Returns:
- BigInteger ECR_EB_CHANGE_TIME STCK value
-
ecrEbChangeUserid
ECR_EB_CHANGE_USERID value.- Returns:
- String ECR_EB_CHANGE_USERID value
-
ecrEbChangeAgent
ECR_EB_CHANGE_AGENT as a CIAgent.- Returns:
- CIAgent ECR_EB_CHANGE_AGENT
-
ecrEbChangeAgentRawValue
public int ecrEbChangeAgentRawValue()ECR_EB_CHANGE_AGENT raw value.- Returns:
- int ECR_EB_CHANGE_AGENT value
-
ecrEbInstallAgent
ECR_EB_INSTALL_AGENT as a CIAgent.- Returns:
- CIAgent ECR_EB_INSTALL_AGENT
-
ecrEbInstallAgentRawValue
public int ecrEbInstallAgentRawValue()ECR_EB_INSTALL_AGENT raw value.- Returns:
- int ECR_EB_INSTALL_AGENT value
-
ecrEbInstallTime
ECR_EB_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
ecrEbInstallTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime ECR_EB_INSTALL_TIME STCK converted to LocalDateTime
- See Also:
-
ecrEbInstallTimeRawValue
ECR_EB_INSTALL_TIME STCK value.- Returns:
- BigInteger ECR_EB_INSTALL_TIME STCK value
-
ecrEbInstallUserid
ECR_EB_INSTALL_USERID value.- Returns:
- String ECR_EB_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
-