|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.ShutdownAlarm
public class ShutdownAlarm
An Alarm that allows the system to close all connections when it is shutting down.
WARNING: This code has a non-obvious side effect - The server load monitor (which hands out shutdown messages) also monitors usage by looking at the number of connected alarms.
| Constructor Summary | |
|---|---|
ShutdownAlarm(Sleeper sleeper,
ServerLoadMonitor serverLoadMonitor)
Register ourselves with the ServerLoadMonitor so we can raise an Alarm if we get shutdown |
|
| Method Summary | |
|---|---|
void |
cancel()
Prevent further calls to Sleeper#wakeUp(). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShutdownAlarm(Sleeper sleeper,
ServerLoadMonitor serverLoadMonitor)
serverLoadMonitor - | Method Detail |
|---|
public void cancel()
AlarmSleeper#wakeUp().
See the note about late calls above.
cancel in interface Alarm
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||