net.sf.pipet.api
Interface ModuleInterface.ModuleInstance

Enclosing interface:
ModuleInterface

public static interface ModuleInterface.ModuleInstance

Interface of a module instance.


Method Summary
 void abort()
          This method is called to request that running operations are aborted.
 boolean run()
          This method is called during pipeline execution to run a module.
 

Method Detail

run

boolean run()
This method is called during pipeline execution to run a module.

Returns:
true if the execution succeeded; false if an error occurred.

abort

void abort()
This method is called to request that running operations are aborted. The module instance may ignore the request. In any case, this method should return within a short time frame.



Copyright © 2012 VU University Amsterdam. All Rights Reserved.