Class SuspendLockDetail
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.SuspendLockDetail
SMF 98 subtype 1 Suspend Lock Detail section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionasidInfo()
AsidInfo data.static SuspendLockDetail
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
pos()
SMF98_1_SuspLock_Det_Pos value.SuspendLockInfo.Suspend Lock Type.int
SMF98_1_SuspLock_Det_Type value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
suspLockType
Suspend Lock Type.- Returns:
- SuspendLockType for SMF98_1_SuspLock_Det_Type value
-
suspLockTypeRawValue
public int suspLockTypeRawValue()SMF98_1_SuspLock_Det_Type value.- Returns:
- int SMF98_1_SuspLock_Det_Type value
-
pos
public int pos()SMF98_1_SuspLock_Det_Pos value.- Returns:
- int SMF98_1_SuspLock_Det_Pos value
-
asidInfo
AsidInfo data.- Returns:
- AsidInfo SMF98_1_SuspLock_Det_AsidInfo data
-
suspendLockInfo
SuspendLockInfo.- Returns:
- byte[] SMF98_1_SuspLock_Det_AsidSum 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
-