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
Modifier and TypeFieldDescriptionstatic 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: 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.boolean
Return true ifecrEbInstallAgent()
equalsECR_BUNDLE_INSTALL
.boolean
Return true ifecrEbChangeAgent()
equalsECR_CREATE_CHANGE
.boolean
Return true ifecrEbChangeAgent()
equalsECR_CSDAPI_CHANGE
.boolean
Return true ifecrEbChangeAgent()
equalsECR_CSDBATCH_CHANGE
.boolean
Return true ifecrEbChangeAgent()
equalsECR_DREPAPI_CHANGE
.int
ecrdsId()
ECRDS_ID value.int
ecrdsLen()
ECRDS_LEN value.int
ECRDS_VERS value.int
ECR_EB_CHANGE_AGENT 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.int
ECR_EB_INSTALL_AGENT 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:
-
ECR_CSDAPI_CHANGE
public static final int ECR_CSDAPI_CHANGEConstant: 0x01 = 1- See Also:
-
ECR_CSDBATCH_CHANGE
public static final int ECR_CSDBATCH_CHANGEConstant: 0x02 = 2- See Also:
-
ECR_DREPAPI_CHANGE
public static final int ECR_DREPAPI_CHANGEConstant: 0x03 = 3- See Also:
-
ECR_CREATE_CHANGE
public static final int ECR_CREATE_CHANGEConstant: 0x04 = 4- See Also:
-
ECR_BUNDLE_INSTALL
public static final int ECR_BUNDLE_INSTALLConstant: 0x09 = 9- 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
public int ecrEbChangeAgent()ECR_EB_CHANGE_AGENT value.- Returns:
- int ECR_EB_CHANGE_AGENT value
-
ecrEbInstallAgent
public int ecrEbInstallAgent()ECR_EB_INSTALL_AGENT 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
-
ecrCsdapiChange
public boolean ecrCsdapiChange()Return true ifecrEbChangeAgent()
equalsECR_CSDAPI_CHANGE
.- Returns:
- boolean
ecrEbChangeAgent()
equals ECR_CSDAPI_CHANGEECR_CSDAPI_CHANGE = 0x01
-
ecrCsdbatchChange
public boolean ecrCsdbatchChange()Return true ifecrEbChangeAgent()
equalsECR_CSDBATCH_CHANGE
.- Returns:
- boolean
ecrEbChangeAgent()
equals ECR_CSDBATCH_CHANGEECR_CSDBATCH_CHANGE = 0x02
-
ecrDrepapiChange
public boolean ecrDrepapiChange()Return true ifecrEbChangeAgent()
equalsECR_DREPAPI_CHANGE
.- Returns:
- boolean
ecrEbChangeAgent()
equals ECR_DREPAPI_CHANGEECR_DREPAPI_CHANGE = 0x03
-
ecrCreateChange
public boolean ecrCreateChange()Return true ifecrEbChangeAgent()
equalsECR_CREATE_CHANGE
.- Returns:
- boolean
ecrEbChangeAgent()
equals ECR_CREATE_CHANGEECR_CREATE_CHANGE = 0x04
-
ecrBundleInstall
public boolean ecrBundleInstall()Return true ifecrEbInstallAgent()
equalsECR_BUNDLE_INSTALL
.- Returns:
- boolean
ecrEbInstallAgent()
equals ECR_BUNDLE_INSTALLECR_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
-