| java.lang.Object org.apache.cocoon.webapps.portal.components.CopletThread
CopletThread | final public class CopletThread implements Runnable(Code) | | This is the thread for loading one coplet in the background.
author: Carsten Ziegeler version: CVS $Id: CopletThread.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public void | init(String copletID, Map objectModel, Logger logger, Object[] loadedCoplet, ComponentManager manager, SourceResolver resolver, XPathProcessor processor) Initialise all instance variables. | public void | run() |
init | public void init(String copletID, Map objectModel, Logger logger, Object[] loadedCoplet, ComponentManager manager, SourceResolver resolver, XPathProcessor processor)(Code) | | Initialise all instance variables.
The main information is the loadedCoplet array:
0 : contains the result of the coplet loading, null or
the compiled sax events
1 : The coplet configuration element from the coplet profile
2 : The resource parameters
3 : The coplet element
4 : Current time
5 : The timeout
6 : The thread (this)
7 : The status profile
|
run | public void run()(Code) | | Process one coplet
|
|
|