Uses of Interface
org.directwebremoting.extend.ServerLoadMonitor

Packages that use ServerLoadMonitor
org.directwebremoting.dwrp   
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   
org.directwebremoting.server.jetty   
org.directwebremoting.server.servlet2   
org.directwebremoting.server.servlet3   
org.directwebremoting.servlet   
 

Uses of ServerLoadMonitor in org.directwebremoting.dwrp
 

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

Uses of ServerLoadMonitor in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return types with arguments of type ServerLoadMonitor
 java.lang.Class<? extends ServerLoadMonitor> ContainerAbstraction.getServerLoadMonitorImplementation()
          The setup process allows the ContainerAbstraction to select a special ServerLoadMonitor implementation
 

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 functionality, mostly to provide ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)
 class DefaultServerLoadMonitor
           
 class PollingServerLoadMonitor
          A default implementation of ServerLoadMonitor
 class ThrottlingServerLoadMonitor
          A smart implementation of ServerLoadMonitor.
 

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

Uses of ServerLoadMonitor in org.directwebremoting.server.jetty
 

Methods in org.directwebremoting.server.jetty that return types with arguments of type ServerLoadMonitor
 java.lang.Class<? extends ServerLoadMonitor> JettyContinuationContainerAbstraction.getServerLoadMonitorImplementation()
           
 

Uses of ServerLoadMonitor in org.directwebremoting.server.servlet2
 

Methods in org.directwebremoting.server.servlet2 that return types with arguments of type ServerLoadMonitor
 java.lang.Class<? extends ServerLoadMonitor> Servlet24ContainerAbstraction.getServerLoadMonitorImplementation()
           
 

Uses of ServerLoadMonitor in org.directwebremoting.server.servlet3
 

Methods in org.directwebremoting.server.servlet3 that return types with arguments of type ServerLoadMonitor
 java.lang.Class<? extends ServerLoadMonitor> Servlet30ContainerAbstraction.getServerLoadMonitorImplementation()
           
 

Uses of ServerLoadMonitor in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type ServerLoadMonitor
 void BaseEngineHandler.setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)
          Are we supporting streaming?
 


Copyright ยจ 2008