Class StateChangeMonitorImpl.ErrorNotificationsRunner

  • All Implemented Interfaces:
    java.lang.Runnable, org.ikasan.spec.scheduled.core.listener.SchedulerJobInstanceStateChangeEventListener
    Enclosing class:
    StateChangeMonitorImpl

    protected class StateChangeMonitorImpl.ErrorNotificationsRunner
    extends java.lang.Object
    implements java.lang.Runnable, org.ikasan.spec.scheduled.core.listener.SchedulerJobInstanceStateChangeEventListener
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorNotificationsRunner​(org.ikasan.job.orchestration.core.machine.ContextMachine contextMachine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onSchedulerJobInstanceStateChangeEvent​(org.ikasan.spec.scheduled.event.model.SchedulerJobInstanceStateChangeEvent event)  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorNotificationsRunner

        public ErrorNotificationsRunner​(org.ikasan.job.orchestration.core.machine.ContextMachine contextMachine)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • onSchedulerJobInstanceStateChangeEvent

        public void onSchedulerJobInstanceStateChangeEvent​(org.ikasan.spec.scheduled.event.model.SchedulerJobInstanceStateChangeEvent event)
        Specified by:
        onSchedulerJobInstanceStateChangeEvent in interface org.ikasan.spec.scheduled.core.listener.SchedulerJobInstanceStateChangeEventListener