Class SmartExecutorSchedulerFactory
- java.lang.Object
-
- org.gcube.vremanagement.executor.scheduler.SmartExecutorSchedulerFactory
-
public class SmartExecutorSchedulerFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.quartz.SchedulerFactoryschedulerFactory
-
Constructor Summary
Constructors Constructor Description SmartExecutorSchedulerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SmartExecutorSchedulergetSmartExecutorScheduler()static voidremoveCurrentSmartExecutorScheduler()
-
-
-
Method Detail
-
getSmartExecutorScheduler
public static SmartExecutorScheduler getSmartExecutorScheduler() throws org.quartz.SchedulerException
- Returns:
- the persistenceConnector
- Throws:
org.quartz.SchedulerException
-
removeCurrentSmartExecutorScheduler
public static void removeCurrentSmartExecutorScheduler()
-
-