Uses of Class
adams.flow.control.flowrestart.trigger.AbstractTrigger
-
Packages that use AbstractTrigger Package Description adams.flow.control.flowrestart adams.flow.control.flowrestart.trigger -
-
Uses of AbstractTrigger in adams.flow.control.flowrestart
Fields in adams.flow.control.flowrestart declared as AbstractTrigger Modifier and Type Field Description protected AbstractTriggerNotificationManager. m_Triggerthe trigger in use.protected AbstractTriggerTriggerManager. m_Triggerthe trigger in use.Methods in adams.flow.control.flowrestart that return AbstractTrigger Modifier and Type Method Description AbstractTriggerNotificationManager. getTrigger()Returns the trigger in use.AbstractTriggerTriggerManager. getTrigger()Returns the trigger in use.Methods in adams.flow.control.flowrestart with parameters of type AbstractTrigger Modifier and Type Method Description voidNotificationManager. setTrigger(AbstractTrigger value)Sets the trigger to use.voidTriggerManager. setTrigger(AbstractTrigger value)Sets the trigger to use. -
Uses of AbstractTrigger in adams.flow.control.flowrestart.trigger
Subclasses of AbstractTrigger in adams.flow.control.flowrestart.trigger Modifier and Type Class Description classCronTriggers the restart according to the specified schedule.classFileMonitorMonitors a file using the specified file change monitor.classMetaCronExecutes the base trigger according to the specified schedule.classMonitorItselfMonitors its own flow file with the specified file change monitor.classMultiTriggerManages multiple triggers.classNullDummy, does nothing.Fields in adams.flow.control.flowrestart.trigger declared as AbstractTrigger Modifier and Type Field Description protected AbstractTriggerMetaCron. m_Triggerthe base trigger.Fields in adams.flow.control.flowrestart.trigger with type parameters of type AbstractTrigger Modifier and Type Field Description protected List<AbstractTrigger>MultiTrigger. m_Triggersthe triggers to manage.Methods in adams.flow.control.flowrestart.trigger that return AbstractTrigger Modifier and Type Method Description AbstractTriggerMetaCron. getTrigger()Returns the base trigger.AbstractTrigger[]MultiTrigger. getTriggers()Returns the managed triggers.Methods in adams.flow.control.flowrestart.trigger with parameters of type AbstractTrigger Modifier and Type Method Description voidMultiTrigger. addTrigger(AbstractTrigger value)Appends the specified trigger.voidMetaCron. setTrigger(AbstractTrigger value)Sets the base trigger.voidMultiTrigger. setTriggers(AbstractTrigger[] value)Sets the managed triggers.
-