|
Project Wonder 5.0 | |||||||||||
| 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()
|
com.webobjects.appserver.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()
com.webobjects.appserver.WOComponent nextPage()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||