Package org.bonitasoft.engine.handler
Class SchedulerServiceRestartHandler
- java.lang.Object
-
- org.bonitasoft.engine.handler.SchedulerServiceRestartHandler
-
- All Implemented Interfaces:
PlatformRestartHandler
public class SchedulerServiceRestartHandler extends java.lang.Object implements PlatformRestartHandler
- Author:
- Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description SchedulerServiceRestartHandler(SchedulerService schedulerService, UserTransactionService userTransactionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
SchedulerServiceRestartHandler
public SchedulerServiceRestartHandler(SchedulerService schedulerService, UserTransactionService userTransactionService)
-
-
Method Detail
-
execute
public void execute()
- Specified by:
executein interfacePlatformRestartHandler
-
-