apurva zaveri wrote:

>does it makes sense implementing ThreadSafe to a
>custom generator ???
>
>for example like this:
>
>public class MyGenerator 
>extends CompeserGenerator
>

If you mean ComposerGenerator, it extends AbstractGenerator, which 
extends AbstractXMLProducer, which implements *Recyclable*, which is 
*not* compatible with ThreadSafe.

So, the answer is: No.

Vadim


>implements ThreadSafe
>{
>....
>}
>  
>




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to