Uses of Interface
net.toddm.comm.SubmittableWork
-
Packages that use SubmittableWork Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of SubmittableWork in net.toddm.comm
Subinterfaces of SubmittableWork in net.toddm.comm Modifier and Type Interface Description interfaceWorkAn interface implemented by the Comm Framework to publicly express units of work that are being managed by the framework.Methods in net.toddm.comm that return SubmittableWork Modifier and Type Method Description 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.Methods in net.toddm.comm with parameters of type SubmittableWork Modifier and Type Method Description WorkCommManager. enqueueWork(SubmittableWork work)Enters a request into the communications framework for processing.voidSubmittableWork. setDependentWork(SubmittableWork dependentWork, DependentWorkListener dependentWorkListener)Causes thisSubmittableWorkto be dependent on the provided Work.
-