Hi Michele ;
To have module life cycle management you need to implement
org.apache.axis2.modules.Module and specify the impl class in module.xml
as follows;

<module name="MyModule" class="full name of the module impl class">

</module>


Thanks
Deepal

>Hi all,
>
>I need to add lifecycle management to my custom module. More in detail,
>I need to instantiate an object when the system starts and "destroy" it
>when the systems shuts down.
>Is it possible? Is this the aim of the init() and shutdown() methods?
>
>Thanks,
>Michele
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



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

Reply via email to