|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskDispatcher
We would like to do some reverse ajax work, but need something to find the ScriptSessions add act on them all.
| Method Summary | |
|---|---|
void |
dispatchTask(ScriptSessionFilter filter,
java.lang.Runnable task)
Take a runnable action and run it against every ScriptSession
that matches a specified filter. |
java.util.Collection<ScriptSession> |
getTargetSessions()
This method discovers the sessions that are currently being targeted by browser updates. |
| Method Detail |
|---|
void dispatchTask(ScriptSessionFilter filter,
java.lang.Runnable task)
ScriptSession
that matches a specified filter.
java.util.Collection<ScriptSession> getTargetSessions()
It will generally only be useful to authors of reverse ajax UI proxy APIs. Using it directly may cause scaling problems
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||