Class ResLifeBundleStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.ResLifeBundleStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x0264 = 612static final int
Constant: 0x64 = 100 -
Method Summary
Modifier and TypeMethodDescriptionstatic ResLifeBundleStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.RLR_BUNDLE_BASESCOPE value.RLR_BUNDLE_CHANGE_AGENT as a CIAgent.int
RLR_BUNDLE_CHANGE_AGENT raw value.RLR_BUNDLE_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).RLR_BUNDLE_CHANGE_TIME STCK value.RLR_BUNDLE_CHANGE_USERID value.RLR_BUNDLE_DEFINE_SOURCE value.RLR_BUNDLE_DIRECTORY value.RLR_BUNDLE_INSTALL_AGENT as a CIAgent.int
RLR_BUNDLE_INSTALL_AGENT raw value.RLR_BUNDLE_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).RLR_BUNDLE_INSTALL_TIME STCK value.RLR_BUNDLE_INSTALL_USERID value.RLR_BUNDLE_NAME value.int
rlrdsId()
RLRDS_ID value.int
rlrdsLen()
RLRDS_LEN value.int
RLRDS_VERS 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
-
RLRDS_LENGTH
public static final int RLRDS_LENGTHConstant: 0x0264 = 612- See Also:
-
RLRIDR
public static final int RLRIDRConstant: 0x64 = 100- See Also:
-
RLR_VERS
public static final int RLR_VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
rlrdsLen
public int rlrdsLen()RLRDS_LEN value.- Returns:
- int RLRDS_LEN value
-
rlrdsId
public int rlrdsId()RLRDS_ID value.- Returns:
- int RLRDS_ID value
-
rlrdsVers
public int rlrdsVers()RLRDS_VERS value.- Returns:
- int RLRDS_VERS value
-
rlrBundleName
RLR_BUNDLE_NAME value.- Returns:
- String RLR_BUNDLE_NAME value
-
rlrBundleDirectory
RLR_BUNDLE_DIRECTORY value.- Returns:
- String RLR_BUNDLE_DIRECTORY value
-
rlrBundleBasescope
RLR_BUNDLE_BASESCOPE value.- Returns:
- String RLR_BUNDLE_BASESCOPE value
-
rlrBundleDefineSource
RLR_BUNDLE_DEFINE_SOURCE value.- Returns:
- String RLR_BUNDLE_DEFINE_SOURCE value
-
rlrBundleChangeTime
RLR_BUNDLE_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
rlrBundleChangeTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime RLR_BUNDLE_CHANGE_TIME STCK converted to LocalDateTime
- See Also:
-
rlrBundleChangeTimeRawValue
RLR_BUNDLE_CHANGE_TIME STCK value.- Returns:
- BigInteger RLR_BUNDLE_CHANGE_TIME STCK value
-
rlrBundleChangeUserid
RLR_BUNDLE_CHANGE_USERID value.- Returns:
- String RLR_BUNDLE_CHANGE_USERID value
-
rlrBundleChangeAgent
RLR_BUNDLE_CHANGE_AGENT as a CIAgent.- Returns:
- CIAgent RLR_BUNDLE_CHANGE_AGENT
-
rlrBundleChangeAgentRawValue
public int rlrBundleChangeAgentRawValue()RLR_BUNDLE_CHANGE_AGENT raw value.- Returns:
- int RLR_BUNDLE_CHANGE_AGENT value
-
rlrBundleInstallAgent
RLR_BUNDLE_INSTALL_AGENT as a CIAgent.- Returns:
- CIAgent RLR_BUNDLE_INSTALL_AGENT
-
rlrBundleInstallAgentRawValue
public int rlrBundleInstallAgentRawValue()RLR_BUNDLE_INSTALL_AGENT raw value.- Returns:
- int RLR_BUNDLE_INSTALL_AGENT value
-
rlrBundleInstallTime
RLR_BUNDLE_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
rlrBundleInstallTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime RLR_BUNDLE_INSTALL_TIME STCK converted to LocalDateTime
- See Also:
-
rlrBundleInstallTimeRawValue
RLR_BUNDLE_INSTALL_TIME STCK value.- Returns:
- BigInteger RLR_BUNDLE_INSTALL_TIME STCK value
-
rlrBundleInstallUserid
RLR_BUNDLE_INSTALL_USERID value.- Returns:
- String RLR_BUNDLE_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
-