org.tubo.resource.component
Class BaseComponentImpl

java.lang.Object
  extended by org.tubo.resource.component.BaseComponentImpl
All Implemented Interfaces:
Component, Resource
Direct Known Subclasses:
EchoComponent, SimpleTransformComponent

public class BaseComponentImpl
extends java.lang.Object
implements Component

Created: Jun 26, 2005 11:26:40 PM Last Modification Date: $Date: 2006-10-26 03:10:31 -0300 (Thu, 26 Oct 2006) $

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

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseComponentImpl()
           
 
Method Summary
 void execute(FlowContext flowContext)
           
 java.lang.String getId()
          Return a reference to a resource
 void setId(java.lang.String id)
           
 
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

BaseComponentImpl

public BaseComponentImpl()
Method Detail

getId

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

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

setId

public void setId(java.lang.String id)

execute

public void execute(FlowContext flowContext)
             throws TuboException
Specified by:
execute in interface Component
Throws:
TuboException


Copyright © 2004-2007 Tubo. All Rights Reserved.