Package org.ikasan.notification.monitor
Class StateChangeMonitorImpl.ErrorNotificationsRunner
- java.lang.Object
-
- org.ikasan.notification.monitor.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 voidonSchedulerJobInstanceStateChangeEvent(org.ikasan.spec.scheduled.event.model.SchedulerJobInstanceStateChangeEvent event)voidrun()
-
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
onSchedulerJobInstanceStateChangeEvent
public void onSchedulerJobInstanceStateChangeEvent(org.ikasan.spec.scheduled.event.model.SchedulerJobInstanceStateChangeEvent event)
- Specified by:
onSchedulerJobInstanceStateChangeEventin interfaceorg.ikasan.spec.scheduled.core.listener.SchedulerJobInstanceStateChangeEventListener
-
-