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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Method to be implemented by user Init class.voidservice(ServiceManager manager)
-
Field Details
-
_scheduler
The scheduler
-
-
Constructor Details
-
SchedulerInit
public SchedulerInit()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
init
Description copied from interface:InitMethod 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, ...
-