Products Downloads


French version


 

This element defines the modules launched when starting a Cloud session which follow the start/stop lifecycle.

 

 

<startup>

    <startupModule name="AdelInit" className="com.hardis.adelia.cloud.core.AdelInit" />

</startup>

 

 

Attribute

Example

Notes

name

"AdelInit"

Module name.

className

"com.hardis.adelia.cloud.desktop.impl.AdeliaDesktop"

startupModule class.

A startupModule must implement the class com.hardis.wagon.runtime.startup.AbstractStartupModule.

 

The <startupModule> modules are started up in order of their position in the <startup> element and are stopped in reverse order.

 

↑ Top of page


  • Aucune étiquette