org.tubo.resource.component
Interface Component

All Superinterfaces:
Resource
All Known Implementing Classes:
BaseComponentImpl, EchoComponent, SimpleTransformComponent

public interface Component
extends Resource

Created: Jun 17, 2005 6:05:40 AM Last Modification Date: $Date: 2006-10-26 03:10:31 -0300 (Thu, 26 Oct 2006) $

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

Field Summary
static java.lang.String RCS_ID
           
 
Method Summary
 void execute(FlowContext flowContext)
           
 java.lang.String getId()
          Return a reference to a resource
 

Field Detail

RCS_ID

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

getId

java.lang.String getId()
Description copied from interface: Resource
Return a reference to a resource

Specified by:
getId in interface Resource
Returns:
reference to a resource

execute

void execute(FlowContext flowContext)
             throws TuboException
Throws:
TuboException


Copyright © 2004-2007 Tubo. All Rights Reserved.