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