Class LockLocalCmlDetail
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.LockLocalCmlDetail
SMF 98 subtype 1 Local or CML Lock Detail section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic LockLocalCmlDetail
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF98_1_LockLocalCml_Det_AssocStat data.SMF98_1_LockLocalCML_Det_SuspLockCommon data.SMF98_1_LockLocalCml_Det_All data.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
lockLocalCMLDetSuspLockCommon
SMF98_1_LockLocalCML_Det_SuspLockCommon data.- Returns:
- SuspendLockDetail SMF98_1_LockLocalCML_Det_SuspLockCommon data
-
lockLocalCmlDetAssocStat
SMF98_1_LockLocalCml_Det_AssocStat data.- Returns:
- SuspendLockInfo SMF98_1_LockLocalCml_Det_AssocStat data
-
smf981LockLocalCmlDetAll
SMF98_1_LockLocalCml_Det_All data.- Returns:
- SuspendLockInfo SMF98_1_LockLocalCml_Det_All data
-
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
-