com.ibm.di.config.interfaces
Interface EventHandlerActionItemConfig

All Superinterfaces:
BaseConfiguration, Serializable
All Known Implementing Classes:
EventHandlerActionItemConfigImpl

public interface EventHandlerActionItemConfig
extends BaseConfiguration


Field Summary
static int CMD_APPLY_PARSER
           
static int CMD_DEL_VALUE
           
static int CMD_DUMP_EVENT
           
static int CMD_EXEC_SCRIPT
           
static String[] CMD_NAMES
           
static int CMD_PARSER_READ
           
static int CMD_PARSER_WRITE
           
static int CMD_RUN_AL
           
static int CMD_SET_VALUE
           
static int CMD_TERMINATE
           
 
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SUBTREE
 
Method Summary
 String getAssemblyLine()
           
 String getAttrPropName()
           
 String getAttrPropValue()
           
 int getCommand()
           
 String getCommandString()
           
 boolean getEnabled()
          Gets the enabled attribute of the BaseConfiguration object
 String getEventHandler()
           
 String getExitMessage()
           
 boolean getInternalLog()
           
 String getMode()
           
 String getParameter()
           
 String getParser()
           
 String getReadFrom()
           
 boolean getWait()
           
 boolean getWorkEntry()
           
 String getWriteTo()
           
 void setAssemblyLine(String assemblyline)
           
 void setAttrPropName(String attrPropName)
           
 void setAttrPropValue(String attrPropValue)
           
 void setCommand(int command)
           
 void setEnabled(boolean enabled)
          Gets the enabled attribute of the BaseConfiguration object
 void setEventHandler(String eventhandler)
           
 void setExitMessage(String message)
           
 void setInternalLog(boolean internallog)
           
 void setMode(String mode)
           
 void setParameter(String parameter)
           
 void setParser(String parser)
           
 void setReadFrom(String readFrom)
           
 void setWait(boolean wait)
           
 void setWorkEntry(boolean workEntry)
           
 void setWriteTo(String writeTo)
           
 
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Field Detail

CMD_APPLY_PARSER

static final int CMD_APPLY_PARSER
See Also:
Constant Field Values

CMD_EXEC_SCRIPT

static final int CMD_EXEC_SCRIPT
See Also:
Constant Field Values

CMD_DUMP_EVENT

static final int CMD_DUMP_EVENT
See Also:
Constant Field Values

CMD_DEL_VALUE

static final int CMD_DEL_VALUE
See Also:
Constant Field Values

CMD_RUN_AL

static final int CMD_RUN_AL
See Also:
Constant Field Values

CMD_SET_VALUE

static final int CMD_SET_VALUE
See Also:
Constant Field Values

CMD_TERMINATE

static final int CMD_TERMINATE
See Also:
Constant Field Values

CMD_PARSER_READ

static final int CMD_PARSER_READ
See Also:
Constant Field Values

CMD_PARSER_WRITE

static final int CMD_PARSER_WRITE
See Also:
Constant Field Values

CMD_NAMES

static final String[] CMD_NAMES
Method Detail

getCommand

int getCommand()

getCommandString

String getCommandString()

setCommand

void setCommand(int command)

getEnabled

boolean getEnabled()
Description copied from interface: BaseConfiguration
Gets the enabled attribute of the BaseConfiguration object

Specified by:
getEnabled in interface BaseConfiguration
Returns:
The nullBehaviorValue value

setEnabled

void setEnabled(boolean enabled)
Description copied from interface: BaseConfiguration
Gets the enabled attribute of the BaseConfiguration object

Specified by:
setEnabled in interface BaseConfiguration

getWait

boolean getWait()

setWait

void setWait(boolean wait)

getWorkEntry

boolean getWorkEntry()

setWorkEntry

void setWorkEntry(boolean workEntry)

getInternalLog

boolean getInternalLog()

setInternalLog

void setInternalLog(boolean internallog)

getEventHandler

String getEventHandler()

setEventHandler

void setEventHandler(String eventhandler)

getParameter

String getParameter()

setParameter

void setParameter(String parameter)

getParser

String getParser()

setParser

void setParser(String parser)

getReadFrom

String getReadFrom()

setReadFrom

void setReadFrom(String readFrom)

getWriteTo

String getWriteTo()

setWriteTo

void setWriteTo(String writeTo)

getMode

String getMode()

setMode

void setMode(String mode)

getAttrPropName

String getAttrPropName()

setAttrPropName

void setAttrPropName(String attrPropName)

getAttrPropValue

String getAttrPropValue()

setAttrPropValue

void setAttrPropValue(String attrPropValue)

getAssemblyLine

String getAssemblyLine()

setAssemblyLine

void setAssemblyLine(String assemblyline)

getExitMessage

String getExitMessage()

setExitMessage

void setExitMessage(String message)