|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tubo.resource.flow.BaseFlowProcessorImpl
public class BaseFlowProcessorImpl
Created: Oct 20, 2006, 2:45:35 PM
Last Modification Date: $Date: 2006-11-08 03:50:20 -0300 (Wed, 08 Nov 2006) $
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 |
---|
public static final java.lang.String RCS_ID
Constructor Detail |
---|
public BaseFlowProcessorImpl()
Method Detail |
---|
public ResourceManager getResourceManager()
getResourceManager
in interface FlowProcessor
public void setResourceManager(ResourceManager resourceManager) throws TuboException
setResourceManager
in interface FlowProcessor
TuboException
public void execute(FlowDef flowDef, FlowContext context)
execute
in interface FlowProcessor
flowDef
- context
- protected void execute(FlowNodeList flowNodeList, FlowContext context)
flowNodeList
- context
- protected void execute(FlowNodeDef flowNodeDef, FlowContext context)
flowNodeDef
- context
- protected void execute(ComponentRefFlowNodeDef componentRef, FlowContext context)
componentRef
- context
- protected void execute(FlowRefFlowNodeDef flowRef, FlowContext context)
flowRef
- context
- protected void execute(SwitchFlowNodeDef flowRef, FlowContext context)
flowRef
- context
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |