|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.OutputAlarm
public class OutputAlarm
An Alarm that goes off whenever output happens on a ScriptSession.
| Constructor Summary | |
|---|---|
OutputAlarm(Sleeper sleeper,
RealScriptSession scriptSession,
int maxWaitAfterWrite,
java.util.concurrent.ScheduledThreadPoolExecutor executor)
|
|
| 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 OutputAlarm(Sleeper sleeper,
RealScriptSession scriptSession,
int maxWaitAfterWrite,
java.util.concurrent.ScheduledThreadPoolExecutor executor)
scriptSession - The script session to monitormaxWaitAfterWrite - How long do we wait after output| 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 | |||||||||