org.tubo.resource.flow
Interface FlowExecutor

All Known Implementing Classes:
BaseFlowExecutorImpl

public interface FlowExecutor

Created: Oct 23, 2006, 12:20:46 AM
Last Modification Date: $Date: 2006-10-26 03:10:31 -0300 (Thu, 26 Oct 2006) $

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

Field Summary
static java.lang.String RCS_ID
           
 
Method Summary
 void execute(FlowContext flowContext)
           
 ResourceManager getResourceManager()
           
 void setResourceManager(ResourceManager resourceManager)
           
 

Field Detail

RCS_ID

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

execute

void execute(FlowContext flowContext)
             throws TuboException
Throws:
TuboException

getResourceManager

ResourceManager getResourceManager()

setResourceManager

void setResourceManager(ResourceManager resourceManager)
                        throws TuboException
Throws:
TuboException


Copyright © 2004-2007 Tubo. All Rights Reserved.