|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerLoadMonitor | |
|---|---|
| org.directwebremoting.dwrp | |
| org.directwebremoting.extend | |
| org.directwebremoting.impl | |
| org.directwebremoting.servlet | |
| 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 |
| 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
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. |
| Methods in org.directwebremoting.impl that return types with arguments of type ServerLoadMonitor | |
|---|---|
java.lang.Class<? extends ServerLoadMonitor> |
ServletSpecContainerAbstraction.getServerLoadMonitorImplementation()
|
java.lang.Class<? extends ServerLoadMonitor> |
JettyContainerAbstraction.getServerLoadMonitorImplementation()
|
java.lang.Class<? extends ServerLoadMonitor> |
GrizzlyContainerAbstraction.getServerLoadMonitorImplementation()
|
| Constructors in org.directwebremoting.impl 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.servlet |
|---|
| Methods in org.directwebremoting.servlet with parameters of type ServerLoadMonitor | |
|---|---|
void |
EngineHandler.setServerLoadMonitor(ServerLoadMonitor serverLoadMonitor)
Are we supporting streaming? |
|
Copyright ¬ 2005 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||