java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.WorkUnit
SMF 98 subtype 1 Work Unit section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorkUnit
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF98_1_WorkUnit_NumAS_BrokenUp value.int
SMF98_1_WorkUnit_NumAS_Contribute value.Address space information from SMF98_1_WorkUnit_Top_AsidInfo.Work Unit Dispatch information for top address space from SMF98_1_WorkUnit_Top_DispInfo.Work Unit Dispatch information for all address spaces from SMF98_1_WorkUnit_Total_DispInfo.SMF98_1_WorkUnit_Type value.int
SMF98_1_WorkUnit_Type value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
workUnitType
SMF98_1_WorkUnit_Type value.- Returns:
- int SMF98_1_WorkUnit_Type value
-
workUnitTypeRawValue
public int workUnitTypeRawValue()SMF98_1_WorkUnit_Type value.- Returns:
- int SMF98_1_WorkUnit_Type value
-
numAsContribute
public int numAsContribute()SMF98_1_WorkUnit_NumAS_Contribute value.- Returns:
- int SMF98_1_WorkUnit_NumAS_Contribute value
-
numAsBrokenUp
public int numAsBrokenUp()SMF98_1_WorkUnit_NumAS_BrokenUp value.- Returns:
- int SMF98_1_WorkUnit_NumAS_BrokenUp value
-
totalDispInfo
Work Unit Dispatch information for all address spaces from SMF98_1_WorkUnit_Total_DispInfo.- Returns:
- WorkUnitDispatch SMF98_1_WorkUnit_Total_DispInfo data
-
topAsidInfo
Address space information from SMF98_1_WorkUnit_Top_AsidInfo.- Returns:
- AsidInfo SMF98_1_WorkUnit_Top_AsidInfo data
-
topDispInfo
Work Unit Dispatch information for top address space from SMF98_1_WorkUnit_Top_DispInfo.- Returns:
- WorkUnitDispatch SMF98_1_WorkUnit_Top_DispInfo 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
-