Uses of Class
net.toddm.comm.Priority
-
Packages that use Priority Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of Priority in net.toddm.comm
Methods in net.toddm.comm that return Priority Modifier and Type Method Description PrioritySubmittableWork. getRequestPriority()Returns the requestPriorityof thisSubmittableWorkinstance.Methods in net.toddm.comm that return types with arguments of type Priority Modifier and Type Method Description Comparator<Priority>DefaultPriorityManagmentProvider. getPriorityComparator()Returns aComparatorthat will be used to control priority order and thus effect the order in which work is attempted.Comparator<Priority>PriorityManagementProvider. getPriorityComparator()Returns aComparatorthat will be used to control priority order and thus effect the order in which work is attempted.Methods in net.toddm.comm with parameters of type Priority Modifier and Type Method Description voidDefaultPriorityManagmentProvider. promotePriority(Priority priority)Decides if the given instance ofPriorityshould be adjusted and makes the adjustment if it should.
Note:CommManagerwill call this method each time it is deciding if work should begin, implement accordingly.voidPriorityManagementProvider. promotePriority(Priority priority)Decides if the given instance ofPriorityshould be adjusted and makes the adjustment if it should.
Note:CommManagerwill call this method each time it is deciding if work should begin, implement accordingly.
-