Class PriorityRange
java.lang.Object
com.blackhillsoftware.smf.smf98.zos.PriorityRange
Priority range as defined in
EnvironmentalSection.svtPriorityRanges()
-
Method Details
-
priority
The JobPriority for this range- Returns:
- JobPriority e.g. JobPriority.HIGH
-
high
public int high()The high dispatching priority for this job priority range- Returns:
- int a value between 0xFF and 0xC0
-
low
public int low()The low dispatching priority for this job priority range- Returns:
- int a value between 0xFF and 0xC0
-