Uses of Interface
org.directwebremoting.extend.TaskDispatcher

Packages that use TaskDispatcher
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
 

Uses of TaskDispatcher in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return TaskDispatcher
static TaskDispatcher TaskDispatcherFactory.attach(Container container)
          Internal method to allow us to get the Builder from which we will get TaskDispatcher objects.
static TaskDispatcher TaskDispatcherFactory.get()
          Accessor for the current TaskDispatcher.
static TaskDispatcher TaskDispatcherFactory.get(ServerContext ctx)
          Accessor for the current TaskDispatcher in more complex setups.
 

Uses of TaskDispatcher in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement TaskDispatcher
 class DefaultTaskDispatcher
          Default single node implementation of TaskDispatcher
 


Copyright ยจ 2008