Class SchedulerInit

java.lang.Object
org.ametys.plugins.core.schedule.SchedulerInit
All Implemented Interfaces:
Init, Serviceable

public class SchedulerInit extends Object implements Init, Serviceable
An init class to start the Scheduler
  • Field Details

  • Constructor Details

  • Method Details

    • service

      public void service(ServiceManager manager) throws ServiceException
      Specified by:
      service in interface Serviceable
      Throws:
      ServiceException
    • init

      public void init() throws Exception
      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, ...
      Specified by:
      init in interface Init
      Throws:
      Exception - if an error occurs