Uses of Interface
to.etc.webapp.ajax.comet.Continuation

Packages that use Continuation
to.etc.webapp.ajax.comet   
to.etc.webapp.ajax.eventmanager   
 

Uses of Continuation in to.etc.webapp.ajax.comet
 

Methods in to.etc.webapp.ajax.comet with parameters of type Continuation
 void CometContext.begin(javax.servlet.http.HttpServlet slet, javax.servlet.http.HttpServletRequest req, Continuation cont)
           
 

Uses of Continuation in to.etc.webapp.ajax.eventmanager
 

Methods in to.etc.webapp.ajax.eventmanager with parameters of type Continuation
 void EventCometContext.begin(javax.servlet.http.HttpServlet slet, javax.servlet.http.HttpServletRequest req, Continuation cont)