org.tubo.resource.flow
Class BaseFlowProcessorImpl

java.lang.Object
  extended by org.tubo.resource.flow.BaseFlowProcessorImpl
All Implemented Interfaces:
FlowProcessor

public class BaseFlowProcessorImpl
extends java.lang.Object
implements FlowProcessor

Created: Oct 20, 2006, 2:45:35 PM
Last Modification Date: $Date: 2006-11-08 03:50:20 -0300 (Wed, 08 Nov 2006) $

Version:
$Revision: 53 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseFlowProcessorImpl()
           
 
Method Summary
protected  void execute(ComponentRefFlowNodeDef componentRef, FlowContext context)
          Execute a Component Node
 void execute(FlowDef flowDef, FlowContext context)
          Execute a Flow Definition
protected  void execute(FlowNodeDef flowNodeDef, FlowContext context)
          Execute a Node
protected  void execute(FlowNodeList flowNodeList, FlowContext context)
          Execute a List of FlowNodeDef
protected  void execute(FlowRefFlowNodeDef flowRef, FlowContext context)
          Execute a Flow Node
protected  void execute(SwitchFlowNodeDef flowRef, FlowContext context)
          Execute Switch
 ResourceManager getResourceManager()
           
 void setResourceManager(ResourceManager resourceManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseFlowProcessorImpl

public BaseFlowProcessorImpl()
Method Detail

getResourceManager

public ResourceManager getResourceManager()
Specified by:
getResourceManager in interface FlowProcessor

setResourceManager

public void setResourceManager(ResourceManager resourceManager)
                        throws TuboException
Specified by:
setResourceManager in interface FlowProcessor
Throws:
TuboException

execute

public void execute(FlowDef flowDef,
                    FlowContext context)
Execute a Flow Definition

Specified by:
execute in interface FlowProcessor
Parameters:
flowDef -
context -

execute

protected void execute(FlowNodeList flowNodeList,
                       FlowContext context)
Execute a List of FlowNodeDef

Parameters:
flowNodeList -
context -

execute

protected void execute(FlowNodeDef flowNodeDef,
                       FlowContext context)
Execute a Node

Parameters:
flowNodeDef -
context -

execute

protected void execute(ComponentRefFlowNodeDef componentRef,
                       FlowContext context)
Execute a Component Node

Parameters:
componentRef -
context -

execute

protected void execute(FlowRefFlowNodeDef flowRef,
                       FlowContext context)
Execute a Flow Node

Parameters:
flowRef -
context -

execute

protected void execute(SwitchFlowNodeDef flowRef,
                       FlowContext context)
Execute Switch

Parameters:
flowRef -
context -


Copyright © 2004-2007 Tubo. All Rights Reserved.