|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerAbstraction
We need to keep container specific logic out of PollHandler, and
other parts of DWR. Each container will need an implementation of this
interface, which will generally just return configurations of generic classes.
| Method Summary | |
|---|---|
Sleeper |
createSleeper(javax.servlet.http.HttpServletRequest request)
Create a sleeper that is appropriate for the given servlet container |
java.lang.Class<? extends ServerLoadMonitor> |
getServerLoadMonitorImplementation()
The setup process allows the ContainerAbstraction to select a special ServerLoadMonitor implementation |
boolean |
isNativeEnvironment(javax.servlet.ServletConfig servletConfig)
We ask ContainerAbstractions to identify if the environment given is 'theirs'. |
| Method Detail |
|---|
boolean isNativeEnvironment(javax.servlet.ServletConfig servletConfig)
servletConfig - Access to ServletContext etc.
Sleeper createSleeper(javax.servlet.http.HttpServletRequest request)
request - The Sleeper will probably need to know about the request
java.lang.Class<? extends ServerLoadMonitor> getServerLoadMonitorImplementation()
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||