Uses of Class
org.directwebremoting.extend.Call

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