Uses of Interface
net.toddm.comm.PriorityManagementProvider
-
Packages that use PriorityManagementProvider Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of PriorityManagementProvider in net.toddm.comm
Classes in net.toddm.comm that implement PriorityManagementProvider Modifier and Type Class Description classDefaultPriorityManagmentProviderA simple implementation ofPriorityManagementProviderthat guards against starvation with simple timestamps based priority promotion.Methods in net.toddm.comm with parameters of type PriorityManagementProvider Modifier and Type Method Description CommManager.BuilderCommManager.Builder. setPriorityManagmentProvider(PriorityManagementProvider priorityManagmentProvider)Sets thePriorityManagementProviderinstance used by the comm framework for work priority queue management.
-