Package org.ametys.plugins.core.schedule
Class SchedulerInit
java.lang.Object
org.ametys.plugins.core.schedule.SchedulerInit
- All Implemented Interfaces:
Init
,Serviceable
An init class to start the
Scheduler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Method to be implemented by user Init class.void
service
(ServiceManager manager)
-
Field Details
-
_scheduler
The scheduler
-
-
Constructor Details
-
SchedulerInit
public SchedulerInit()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
init
Description copied from interface:Init
Method to be implemented by user Init class. Here you should manage the business part of your application init. As an Avalon component, class extending this interface have access to all Cocoon-managed components, all plugins, ...
-