On Wed, 21 Aug 2002, apurva zaveri wrote:

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

No, because a Generator implements

    void setConsumer(XMLConsumer consumer);

and most of the Generators depends on the
parameters of the setup method.

Stephan.


---------------------------------------------------------------------
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