Uses of Class
net.toddm.comm.Priority.StartingPriority
-
Packages that use Priority.StartingPriority Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of Priority.StartingPriority in net.toddm.comm
Methods in net.toddm.comm that return Priority.StartingPriority Modifier and Type Method Description Priority.StartingPriorityPriority. getStartingValue()Returns thePriority.StartingPrioritythat this instance started with.static Priority.StartingPriorityPriority.StartingPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Priority.StartingPriority[]Priority.StartingPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.toddm.comm with parameters of type Priority.StartingPriority Modifier and Type Method Description WorkCommManager. enqueueWork(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent, Priority.StartingPriority requestPriority, net.toddm.cache.CachePriority cachingPriority, CacheBehavior cachingBehavior)Enters a request into the communications framework for processing.SubmittableWorkCommManager. getWork(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent, Priority.StartingPriority requestPriority, net.toddm.cache.CachePriority cachingPriority, CacheBehavior cachingBehavior)Creates and returns aWorkinstance representing the request described by the provided data.Constructors in net.toddm.comm with parameters of type Priority.StartingPriority Constructor Description Priority(Work work, Priority.StartingPriority startingPriority)Constructs an instance ofPriority
-