org.apache.falcon.workflow.engine
Interface WorkflowEngineActionListener

All Known Implementing Classes:
OozieHouseKeepingService, SLAMonitoringService

public interface WorkflowEngineActionListener

Listener that will be notified before and after workflow life cycle operations are performed.


Method Summary
 void afterDelete(Entity entity, String cluster)
           
 void afterResume(Entity entity, String cluster)
           
 void afterSchedule(Entity entity, String cluster)
           
 void afterSuspend(Entity entity, String cluster)
           
 void beforeDelete(Entity entity, String cluster)
           
 void beforeResume(Entity entity, String cluster)
           
 void beforeSchedule(Entity entity, String cluster)
           
 void beforeSuspend(Entity entity, String cluster)
           
 

Method Detail

beforeSchedule

void beforeSchedule(Entity entity,
                    String cluster)
                    throws FalconException
Throws:
FalconException

afterSchedule

void afterSchedule(Entity entity,
                   String cluster)
                   throws FalconException
Throws:
FalconException

beforeDelete

void beforeDelete(Entity entity,
                  String cluster)
                  throws FalconException
Throws:
FalconException

afterDelete

void afterDelete(Entity entity,
                 String cluster)
                 throws FalconException
Throws:
FalconException

beforeSuspend

void beforeSuspend(Entity entity,
                   String cluster)
                   throws FalconException
Throws:
FalconException

afterSuspend

void afterSuspend(Entity entity,
                  String cluster)
                  throws FalconException
Throws:
FalconException

beforeResume

void beforeResume(Entity entity,
                  String cluster)
                  throws FalconException
Throws:
FalconException

afterResume

void afterResume(Entity entity,
                 String cluster)
                 throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.