Uses of Interface
org.directwebremoting.extend.WaitController

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

Methods in org.directwebremoting.extend with parameters of type WaitController
 void ServerLoadMonitor.threadWaitEnding(WaitController controller)
          A thread has just ended a wait period.
 void ServerLoadMonitor.threadWaitStarting(WaitController controller)
          A thread is about to begin a wait period.
 

Uses of WaitController in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type WaitController
 void ThrottlingServerLoadMonitor.threadWaitEnding(WaitController controller)
           
 void AbstractServerLoadMonitor.threadWaitEnding(WaitController controller)
           
 void ThrottlingServerLoadMonitor.threadWaitStarting(WaitController controller)
           
 void AbstractServerLoadMonitor.threadWaitStarting(WaitController controller)
           
 


Copyright ยจ 2008