Uses of Class
org.directwebremoting.extend.Call

Packages that use Call
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 Call in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Call
 Call Calls.getCall(int index)
           
 

Methods in org.directwebremoting.extend that return types with arguments of type Call
 java.util.Iterator<Call> Calls.iterator()
           
 

Methods in org.directwebremoting.extend with parameters of type Call
 void Calls.addCall(Call call)
          Add a call to the collection of calls we are about to make
 

Uses of Call in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type Call
 Reply DefaultRemoter.execute(Call call)
          Execute a single call object
 


Copyright ยจ 2008