br.com.ibnetwork.guara.pipeline
Interface Pipeline

All Known Implementing Classes:
PipelineImpl

public interface Pipeline

Author:
leandro

Field Summary
static java.lang.String DEFAULT_PIPELINE_NAME
           
 
Method Summary
 void addValve(Valve valve)
           
 void execute(RunData runData)
           
 java.lang.String getName()
           
 Valve getNextValve(Valve valve)
          Null if last or not found
 Valve getValveByName(java.lang.String valveName)
          Null if not found
 Valve[] getValves()
           
 void removeValve(Valve valve)
           
 

Field Detail

DEFAULT_PIPELINE_NAME

static final java.lang.String DEFAULT_PIPELINE_NAME
See Also:
Constant Field Values
Method Detail

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.