br.com.ibnetwork.guara.pipeline
Interface Pipeline
- All Known Implementing Classes:
- PipelineImpl
public interface Pipeline
- Author:
- leandro
DEFAULT_PIPELINE_NAME
static final java.lang.String DEFAULT_PIPELINE_NAME
- See Also:
- Constant Field Values
getName
java.lang.String getName()
execute
void execute(RunData runData)
throws PipelineException
- Throws:
PipelineException
getValves
Valve[] getValves()
getValveByName
Valve getValveByName(java.lang.String valveName)
- Null if not found
- Parameters:
valveName
-
- Returns:
addValve
void addValve(Valve valve)
throws PipelineException
- Throws:
PipelineException
removeValve
void removeValve(Valve valve)
throws PipelineException
- Throws:
PipelineException
getNextValve
Valve getNextValve(Valve valve)
throws PipelineException
- Null if last or not found
- Parameters:
valve
-
- Returns:
-
- Throws:
PipelineException
Copyright © 1999-2006 InterBusiness Technologies. All Rights Reserved.