|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
destroy()
Shuts down the processing thread. |
void |
process(Executable task,
Continuation command,
SelectorManager selector,
TimeSource ts,
LogManager log)
Schedules a job for processing on the dedicated processing thread. |
void |
processBlockingIO(WorkRequest request)
Schedules a different type of task. |
Method Detail |
public void process(Executable task, Continuation command, SelectorManager selector, TimeSource ts, LogManager log)
task
- The task to run on the processing threadcommand
- The command to return the result to once it's doneselector
- DESCRIBE THE PARAMETERts
- DESCRIBE THE PARAMETERlog
- DESCRIBE THE PARAMETERpublic void processBlockingIO(WorkRequest request)
request
- public void destroy()
destroy
in interface Destructable
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |