Uses of Interface
net.toddm.comm.Work
-
Packages that use Work Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of Work in net.toddm.comm
Methods in net.toddm.comm that return Work 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.WorkCommManager. enqueueWork(SubmittableWork work)Enters a request into the communications framework for processing.WorkPriority. getWork()Methods in net.toddm.comm with parameters of type Work Modifier and Type Method Description booleanDependentWorkListener. onDependentWorkCompleted(Work dependentWork, Work currentWork)This is called when processing for the relevant dependentWorkcompletes.RetryProfileDefaultRetryPolicyProvider. shouldRetry(Work work, Exception error)Called by theCommManagerwhen network request work results in an exception.RetryProfileDefaultRetryPolicyProvider. shouldRetry(Work work, Response response)Called by theCommManagerwhen network request work results in a response back from the remote resource.RetryProfileRetryPolicyProvider. shouldRetry(Work work, Exception error)Called by theCommManagerwhen network request work results in an exception.RetryProfileRetryPolicyProvider. shouldRetry(Work work, Response response)Called by theCommManagerwhen network request work results in a response back from the remote resource.Constructors in net.toddm.comm with parameters of type Work Constructor Description Priority(Work work, Priority.StartingPriority startingPriority)Constructs an instance ofPriority
-