com.servingxml.components.task
Class AbstractTask

java.lang.Object
  extended by com.servingxml.components.task.AbstractTask
All Implemented Interfaces:
Stringable, Task
Direct Known Subclasses:
RecordStreamBuilderImpl, RecordStreamBuilderPrefilter, RunService, RunService2, ThrowError

public abstract class AbstractTask
extends java.lang.Object
implements Task


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Field Summary
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY, EMPTY_ARRAY
 
Constructor Summary
AbstractTask()
           
 
Method Summary
 java.lang.String createString(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.components.task.Task
execute
 

Constructor Detail

AbstractTask

public AbstractTask()
Method Detail

createString

public java.lang.String createString(ServiceContext context,
                                     Flow flow)
Specified by:
createString in interface Stringable