org.apache.oozie.sla.listener
Class SLAJobEventListener

java.lang.Object
  extended by org.apache.oozie.event.listener.JobEventListener
      extended by org.apache.oozie.sla.listener.SLAJobEventListener

public class SLAJobEventListener
extends JobEventListener


Constructor Summary
SLAJobEventListener()
           
 
Method Summary
 void destroy()
          Destroy the listener
 void init(org.apache.hadoop.conf.Configuration conf)
          Initialize the listener
 void onBundleJobEvent(BundleJobEvent wje)
          On bundle job transition
 void onCoordinatorActionEvent(CoordinatorActionEvent event)
          On coordinator action transition
 void onCoordinatorJobEvent(CoordinatorJobEvent event)
          On coordinator job transition
 void onWorkflowActionEvent(WorkflowActionEvent event)
          On workflow action transition
 void onWorkflowJobEvent(WorkflowJobEvent event)
          On workflow job transition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLAJobEventListener

public SLAJobEventListener()
Method Detail

init

public void init(org.apache.hadoop.conf.Configuration conf)
Description copied from class: JobEventListener
Initialize the listener

Specified by:
init in class JobEventListener

destroy

public void destroy()
Description copied from class: JobEventListener
Destroy the listener

Specified by:
destroy in class JobEventListener

onWorkflowJobEvent

public void onWorkflowJobEvent(WorkflowJobEvent event)
Description copied from class: JobEventListener
On workflow job transition

Specified by:
onWorkflowJobEvent in class JobEventListener

onWorkflowActionEvent

public void onWorkflowActionEvent(WorkflowActionEvent event)
Description copied from class: JobEventListener
On workflow action transition

Specified by:
onWorkflowActionEvent in class JobEventListener

onCoordinatorJobEvent

public void onCoordinatorJobEvent(CoordinatorJobEvent event)
Description copied from class: JobEventListener
On coordinator job transition

Specified by:
onCoordinatorJobEvent in class JobEventListener

onCoordinatorActionEvent

public void onCoordinatorActionEvent(CoordinatorActionEvent event)
Description copied from class: JobEventListener
On coordinator action transition

Specified by:
onCoordinatorActionEvent in class JobEventListener

onBundleJobEvent

public void onBundleJobEvent(BundleJobEvent wje)
Description copied from class: JobEventListener
On bundle job transition

Specified by:
onBundleJobEvent in class JobEventListener


Copyright © 2013 Apache Software Foundation. All Rights Reserved.