Class CronTrigger
- java.lang.Object
-
- com.arassec.igor.core.model.BaseIgorComponent
-
- com.arassec.igor.core.model.trigger.BaseTrigger
-
- com.arassec.igor.module.misc.trigger.BaseUtilTrigger
-
- com.arassec.igor.module.misc.trigger.CronTrigger
-
- All Implemented Interfaces:
IgorComponent,ScheduledTrigger,Trigger
public class CronTrigger extends BaseUtilTrigger implements ScheduledTrigger
Triggers jobs according to a configurable CRON expression.
-
-
Field Summary
-
Fields inherited from class com.arassec.igor.core.model.BaseIgorComponent
id
-
-
Constructor Summary
Constructors Constructor Description CronTrigger()Creates a new component instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCronExpression()Returns the configured CRON expression.-
Methods inherited from class com.arassec.igor.core.model.BaseIgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, initialize, setId, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arassec.igor.core.model.IgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, initialize, setId, shutdown
-
-
-
-
Method Detail
-
getCronExpression
public String getCronExpression()
Returns the configured CRON expression.- Specified by:
getCronExpressionin interfaceScheduledTrigger- Returns:
- The CRON expression.
-
-