Klasse QuartzSchedulerService
java.lang.Object
de.uplanet.lucy.server.scheduler.quartz.QuartzSchedulerService
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic de.uplanet.lucy.server.scheduler.quartz.IQuartzSchedulerBeanGet thequartzSchedulerbean.static de.uplanet.lucy.server.scheduler.quartz.IQuartzSchedulerBeangetInstance(org.springframework.context.ApplicationContext p_appCtx) Get thequartzSchedulerbean.static booleanisAvailable(org.springframework.context.ApplicationContext p_appCtx) Check if thequartzSchedulerbean is defined.
-
Felddetails
-
BEAN_NAME
- Siehe auch:
-
-
Methodendetails
-
isAvailable
public static boolean isAvailable(org.springframework.context.ApplicationContext p_appCtx) Check if thequartzSchedulerbean is defined.- Parameter:
p_appCtx- The Spring application context.- Gibt zurück:
trueif the bean is defined, orfalseotherwise.- Löst aus:
org.springframework.beans.factory.BeanNotOfRequiredTypeException- If the bean is not of the required type.org.springframework.beans.BeansException- If the bean could not be created.
-
getInstance
public static de.uplanet.lucy.server.scheduler.quartz.IQuartzSchedulerBean getInstance() throws org.springframework.beans.BeansExceptionGet thequartzSchedulerbean.- Gibt zurück:
- The bean.
- Löst aus:
org.springframework.beans.factory.NoSuchBeanDefinitionException- If the beanquartzScheduleris not defined.org.springframework.beans.factory.BeanNotOfRequiredTypeException- If the bean is not of the required type.org.springframework.beans.BeansException- If the bean could not be created.
-
getInstance
public static de.uplanet.lucy.server.scheduler.quartz.IQuartzSchedulerBean getInstance(org.springframework.context.ApplicationContext p_appCtx) throws org.springframework.beans.BeansException Get thequartzSchedulerbean.- Parameter:
p_appCtx- The Spring application context.- Gibt zurück:
- The bean.
- Löst aus:
org.springframework.beans.factory.NoSuchBeanDefinitionException- If the beanquartzScheduleris not defined.org.springframework.beans.factory.BeanNotOfRequiredTypeException- If the bean is not of the required type.org.springframework.beans.BeansException- If the bean could not be created.
-