Class MnrDplEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.MnrDplEntry
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MnrDplEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
MNR_DPL_LINK_REQS value.MNR_DPL_PROGRAM_NAME value.MNR_DPL_SYSID value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
MNR_DPL_LEN
public static final int MNR_DPL_LENConstant: 0x28 = 40- See Also:
-
-
Method Details
-
mnrDplProgramName
MNR_DPL_PROGRAM_NAME value.- Returns:
- String MNR_DPL_PROGRAM_NAME value
-
mnrDplSysid
MNR_DPL_SYSID value.- Returns:
- String MNR_DPL_SYSID value
-
mnrDplLinkReqs
public long mnrDplLinkReqs()MNR_DPL_LINK_REQS value.- Returns:
- long MNR_DPL_LINK_REQS 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
-