fr.paris.lutece.portal.service.init
Interface StartUpService
- All Superinterfaces:
- LuteceService
- All Known Implementing Classes:
- JPAStartupService
public interface StartUpService
- extends LuteceService
StartUp Service Interface.
WARNING A StartupService can't be prefixed by its plugin's name in the plugin Spring context, because plugins are instanciated after startup services.
If the bean is prefixed by the plugin's name, it won't be run. The name should still contains plugin's name to avoid bean names collisions.
Method Summary |
void |
process()
Run the service |
process
void process()
- Run the service
Copyright © 2012 Mairie de Paris. All Rights Reserved.