Uses of Interface
org.fusesource.restygwt.client.Dispatcher

Packages that use Dispatcher
org.fusesource.restygwt.client   
org.fusesource.restygwt.client.dispatcher   
 

Uses of Dispatcher in org.fusesource.restygwt.client
 

Fields in org.fusesource.restygwt.client declared as Dispatcher
static Dispatcher Defaults.dispatcher
           
 

Methods in org.fusesource.restygwt.client that return Dispatcher
 Dispatcher RestServiceProxy.getDispatcher()
           
 Dispatcher Method.getDispatcher()
           
static Dispatcher Defaults.getDispatcher()
          Returns the default dispatcher.
 

Methods in org.fusesource.restygwt.client with parameters of type Dispatcher
 void RestServiceProxy.setDispatcher(Dispatcher dispatcher)
           
 void Method.setDispatcher(Dispatcher dispatcher)
           
static void Defaults.setDispatcher(Dispatcher value)
          Sets the default dispatcher used by Method instances.
 

Uses of Dispatcher in org.fusesource.restygwt.client.dispatcher
 

Subinterfaces of Dispatcher in org.fusesource.restygwt.client.dispatcher
 interface FilterawareDispatcher
           
 

Classes in org.fusesource.restygwt.client.dispatcher that implement Dispatcher
 class DefaultDispatcher
          Some valuable ideas came from: http://turbomanage.wordpress.com/2010/07/12/caching -batching-dispatcher-for-gwt-dispatch/

Thanks David!

Especially: - Waiting if a particular request is already on the way (otherwise you end up having many requests on the same source.

 class DefaultFilterawareDispatcher
          Some valuable ideas came from: http://turbomanage.wordpress.com/2010/07/12/caching-batching-dispatcher-for-gwt-dispatch/

Thanks David!

Especially: - Waiting if a particular request is already on the way (otherwise you end up having many requests on the same source.

 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.