org.apache.commons.pipeline
Interface PipelineLifecycleJob


public interface PipelineLifecycleJob

This interface specifies a job or set of tasks that are to be run at a well-specified points in the pipeline lifecycle. It is intended to be a means by which third-party plugins can be added to the pipeline framework.


Method Summary
 void onFinish(Pipeline pipeline)
          This is called by the pipeline engine after all data processing has completed.
 void onStart(Pipeline pipeline)
          This is called by the pipeline engine once the pipeline is fully configured, just prior to stage driver start.
 

Method Detail

onStart

void onStart(Pipeline pipeline)
This is called by the pipeline engine once the pipeline is fully configured, just prior to stage driver start.


onFinish

void onFinish(Pipeline pipeline)
This is called by the pipeline engine after all data processing has completed.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.