Uses of Interface
org.directwebremoting.extend.ServerLoadMonitor

Packages that use ServerLoadMonitor
org.directwebremoting.dwrp   
org.directwebremoting.impl   
 

Uses of ServerLoadMonitor in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type ServerLoadMonitor
 void PollHandler.setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)
          Accessor for the server load monitor
 

Constructors in org.directwebremoting.dwrp with parameters of type ServerLoadMonitor
ShutdownAlarm(ServerLoadMonitor serverLoadMonitor)
          Register ourselves with the ServerLoadMonitor so we can raise an Alarm if we get shutdown
 

Uses of ServerLoadMonitor in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement ServerLoadMonitor
 class AbstractServerLoadMonitor
          A base implementation of ServerLoadMonitor that implements waiting functionallity, mostly to provide AbstractServerLoadMonitor.shutdown().
 class DefaultServerLoadMonitor
          A smart implementation of ServerLoadMonitor.
 class PollingServerLoadMonitor
          A default implementation of ServerLoadMonitor
 class SmallSiteServerLoadMonitor
          A default implementation of ServerLoadMonitor
 class ThreadDroppingServerLoadMonitor
          A smart implementation of ServerLoadMonitor, customized for Jetty.
 


Copyright ? 2005