java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.JobIndex
SMF 98 generic Exceptional Job Index section - usually you would use subtype specific sections
-
Method Summary
Modifier and TypeMethodDescriptionint[]
SMF98JobIdxActivityArea data.cpuType()
SMF98JobIdxHdr_CPUType value.int
SMF98JobIdxHdr_CPUType value.static JobIndex
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF98JobIdxHdr_JobPriority value.int
SMF98JobIdxHdr_JobPriority value.jobSize()
SMF98JobIdxHdr_JobSize value.int
SMF98JobIdxHdr_JobSize value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
cpuType
SMF98JobIdxHdr_CPUType value.- Returns:
- ProcessorClass SMF98JobIdxHdr_CPUType value
-
cpuTypeRawValue
public int cpuTypeRawValue()SMF98JobIdxHdr_CPUType value.- Returns:
- int SMF98JobIdxHdr_CPUType value
-
jobPriority
SMF98JobIdxHdr_JobPriority value.- Returns:
- JobPriority SMF98JobIdxHdr_JobPriority value
-
jobPriorityRawValue
public int jobPriorityRawValue()SMF98JobIdxHdr_JobPriority value.- Returns:
- int SMF98JobIdxHdr_JobPriority value
-
jobSize
SMF98JobIdxHdr_JobSize value.- Returns:
- JobSize SMF98JobIdxHdr_JobSize value
-
jobSizeRawValue
public int jobSizeRawValue()SMF98JobIdxHdr_JobSize value.- Returns:
- int SMF98JobIdxHdr_JobSize value
-
activityArea
public int[] activityArea()SMF98JobIdxActivityArea data.- Returns:
- int[] SMF98JobIdxActivityArea 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
-