|
Project Wonder 5.0.0.8787 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ERXLongResponseTask
Long response task interface and default implementation should take away the need to tie your
long running task directly to a component like with WOLongReponsePage. To use it, you should
subclass the default implementation, implement performAction(), drop an instance
of ERXLongResponse on your page and bind it's task binding to it.
| Nested Class Summary | |
|---|---|
static class |
ERXLongResponseTask.DefaultImplementation
|
static class |
ERXLongResponseTask.WorkerThread
Special worker thread that holds the reference to the task so we can get a list of them. |
| Method Summary | |
|---|---|
boolean |
isDone()
|
WOComponent |
nextPage()
|
void |
setLongResponse(ERXLongResponse sender)
Sets the ERXLongResponse that pulls info from this task |
void |
start()
Start the task. |
void |
stop()
Stop the task. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void setLongResponse(ERXLongResponse sender)
boolean isDone()
void start()
void stop()
WOComponent nextPage()
|
Last updated: Wed, Jan 7, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||