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 AbstractTrigger
NotificationManager. m_Trigger
the trigger in use.protected AbstractTrigger
TriggerManager. m_Trigger
the trigger in use.Methods in adams.flow.control.flowrestart that return AbstractTrigger Modifier and Type Method Description AbstractTrigger
NotificationManager. getTrigger()
Returns the trigger in use.AbstractTrigger
TriggerManager. getTrigger()
Returns the trigger in use.Methods in adams.flow.control.flowrestart with parameters of type AbstractTrigger Modifier and Type Method Description void
NotificationManager. setTrigger(AbstractTrigger value)
Sets the trigger to use.void
TriggerManager. 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 class
Cron
Triggers the restart according to the specified schedule.class
FileMonitor
Monitors a file using the specified file change monitor.class
MetaCron
Executes the base trigger according to the specified schedule.class
MonitorItself
Monitors its own flow file with the specified file change monitor.class
MultiTrigger
Manages multiple triggers.class
Null
Dummy, does nothing.Fields in adams.flow.control.flowrestart.trigger declared as AbstractTrigger Modifier and Type Field Description protected AbstractTrigger
MetaCron. m_Trigger
the 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_Triggers
the triggers to manage.Methods in adams.flow.control.flowrestart.trigger that return AbstractTrigger Modifier and Type Method Description AbstractTrigger
MetaCron. 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 void
MultiTrigger. addTrigger(AbstractTrigger value)
Appends the specified trigger.void
MetaCron. setTrigger(AbstractTrigger value)
Sets the base trigger.void
MultiTrigger. setTriggers(AbstractTrigger[] value)
Sets the managed triggers.
-