|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.AbstractServerLoadMonitor
public abstract class AbstractServerLoadMonitor
A base implementation of ServerLoadMonitor that implements waiting
functionality, mostly to provide ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)
| Constructor Summary | |
|---|---|
AbstractServerLoadMonitor()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Called when Container.destroy() is called
which usually happens when the DWR servlet is destroyed. |
void |
shutdownRandomWaitControllers(int count)
If there are too many WaitControllers waiting then we can kill one off at random. |
void |
threadWaitEnding(WaitController controller)
A thread has just ended a wait period. |
void |
threadWaitStarting(WaitController controller)
A thread is about to begin a wait period. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.directwebremoting.extend.ServerLoadMonitor |
|---|
getConnectedTime, getDisconnectedTime, supportsStreaming |
| Constructor Detail |
|---|
public AbstractServerLoadMonitor()
| Method Detail |
|---|
public void destroy()
UninitializingBeanContainer.destroy() is called
which usually happens when the DWR servlet is destroyed.
destroy in interface UninitializingBeanpublic void threadWaitStarting(WaitController controller)
ServerLoadMonitor
threadWaitStarting in interface ServerLoadMonitorcontroller - An object that we can use to control the waitpublic void threadWaitEnding(WaitController controller)
ServerLoadMonitor
threadWaitEnding in interface ServerLoadMonitorcontroller - An object that we can use to control the waitpublic void shutdownRandomWaitControllers(int count)
count - How many WaitControllers do we shutdown?
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||