|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This controller interface for the CocoonBean
| Method Summary | |
void |
addProcessListener(ProcessListener l)
|
void |
dispose()
|
java.lang.Object |
getCocoonBean()
|
void |
initialize(BeanConfiguration config)
Configure and initialize a the CocoonBean with the given BeanConfiguration |
void |
interrupt()
Interrupt the processing. |
void |
processTask(Task task)
Process the given Task |
void |
processUri(java.lang.String uri,
java.io.OutputStream out)
|
void |
recycle()
Recycle the CocoonBean for reprocessing Pipelines, with the current implementation of CocoonBean is only a dispose() and creating a new CocoonBean instance. |
void |
removeProcessListener(ProcessListener l)
|
| Method Detail |
public void initialize(BeanConfiguration config)
public void processTask(Task task)
public void recycle()
public void interrupt()
public void addProcessListener(ProcessListener l)
public void removeProcessListener(ProcessListener l)
public java.lang.Object getCocoonBean()
public void processUri(java.lang.String uri,
java.io.OutputStream out)
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||