com.ibm.di.server
Interface TaskInterface

All Known Implementing Classes:
AssemblyLine, Sequence

public interface TaskInterface


Method Summary
 void debugBreak(Object obj)
           
 void debugMsg(Object obj)
           
 Object getConfig(String name)
           
 AssemblyLineComponent getConnector(String name)
           
 Entry getCurrentWork()
           
 Log getLog()
           
 String getNullBehavior()
           
 String getNullBehaviorValue()
           
 String getNullDefinition()
           
 String getNullDefinitionValue()
           
 RSInterface getParent()
           
 Entry getResult()
           
 ScriptEngine getScriptEngine()
           
 Entry getWork()
           
 void logmsg(Object msg)
           
 

Method Detail

getParent

RSInterface getParent()

getLog

Log getLog()

getConnector

AssemblyLineComponent getConnector(String name)

getScriptEngine

ScriptEngine getScriptEngine()

getConfig

Object getConfig(String name)

logmsg

void logmsg(Object msg)

getWork

Entry getWork()

getCurrentWork

Entry getCurrentWork()

getResult

Entry getResult()

debugMsg

void debugMsg(Object obj)
              throws Exception
Throws:
Exception

debugBreak

void debugBreak(Object obj)
                throws Exception
Throws:
Exception

getNullBehavior

String getNullBehavior()

getNullBehaviorValue

String getNullBehaviorValue()

getNullDefinition

String getNullDefinition()

getNullDefinitionValue

String getNullDefinitionValue()