com.ibm.di.config.base
Class EventHandlerActionItemConfigImpl

java.lang.Object
  extended by com.ibm.di.config.base.BaseConfigurationImpl
      extended by com.ibm.di.config.base.EventHandlerActionItemConfigImpl
All Implemented Interfaces:
BaseConfiguration, EventHandlerActionItemConfig, MetamergeConfigChangeListener, Serializable

public class EventHandlerActionItemConfigImpl
extends BaseConfigurationImpl
implements EventHandlerActionItemConfig

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl
NAME
 
Fields inherited from interface com.ibm.di.config.interfaces.EventHandlerActionItemConfig
CMD_APPLY_PARSER, CMD_DEL_VALUE, CMD_DUMP_EVENT, CMD_EXEC_SCRIPT, CMD_NAMES, CMD_PARSER_READ, CMD_PARSER_WRITE, CMD_RUN_AL, CMD_SET_VALUE, 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
 
Constructor Summary
EventHandlerActionItemConfigImpl()
           
EventHandlerActionItemConfigImpl(Object config)
           
EventHandlerActionItemConfigImpl(Object config, BaseConfiguration parent)
           
 
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 class com.ibm.di.config.base.BaseConfigurationImpl
addListener, configurationChanged, deepClone, expandPropertyValue, expandPropertyValue, 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, getParameterPropertySourceFromValue, getParameterRaw, getParent, getParentName, getPath, getReferences, getResHash, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, performNotifyChange, 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, toString, updateInheritsFrom, willExpandProps, willFlatten, willUseInherited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

EventHandlerActionItemConfigImpl

public EventHandlerActionItemConfigImpl()

EventHandlerActionItemConfigImpl

public EventHandlerActionItemConfigImpl(Object config)

EventHandlerActionItemConfigImpl

public EventHandlerActionItemConfigImpl(Object config,
                                        BaseConfiguration parent)
Method Detail

getCommand

public int getCommand()
Specified by:
getCommand in interface EventHandlerActionItemConfig

getCommandString

public String getCommandString()
Specified by:
getCommandString in interface EventHandlerActionItemConfig

setCommand

public void setCommand(int command)
Specified by:
setCommand in interface EventHandlerActionItemConfig

getEnabled

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

Specified by:
getEnabled in interface BaseConfiguration
Specified by:
getEnabled in interface EventHandlerActionItemConfig
Overrides:
getEnabled in class BaseConfigurationImpl
Returns:
The nullBehaviorValue value

setEnabled

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

Specified by:
setEnabled in interface BaseConfiguration
Specified by:
setEnabled in interface EventHandlerActionItemConfig
Overrides:
setEnabled in class BaseConfigurationImpl

getWait

public boolean getWait()
Specified by:
getWait in interface EventHandlerActionItemConfig

setWait

public void setWait(boolean wait)
Specified by:
setWait in interface EventHandlerActionItemConfig

getWorkEntry

public boolean getWorkEntry()
Specified by:
getWorkEntry in interface EventHandlerActionItemConfig

setWorkEntry

public void setWorkEntry(boolean workEntry)
Specified by:
setWorkEntry in interface EventHandlerActionItemConfig

getInternalLog

public boolean getInternalLog()
Specified by:
getInternalLog in interface EventHandlerActionItemConfig

setInternalLog

public void setInternalLog(boolean internallog)
Specified by:
setInternalLog in interface EventHandlerActionItemConfig

getEventHandler

public String getEventHandler()
Specified by:
getEventHandler in interface EventHandlerActionItemConfig

setEventHandler

public void setEventHandler(String eventhandler)
Specified by:
setEventHandler in interface EventHandlerActionItemConfig

getParameter

public String getParameter()
Specified by:
getParameter in interface EventHandlerActionItemConfig

setParameter

public void setParameter(String parameter)
Specified by:
setParameter in interface EventHandlerActionItemConfig

getParser

public String getParser()
Specified by:
getParser in interface EventHandlerActionItemConfig

setParser

public void setParser(String parser)
Specified by:
setParser in interface EventHandlerActionItemConfig

getReadFrom

public String getReadFrom()
Specified by:
getReadFrom in interface EventHandlerActionItemConfig

setReadFrom

public void setReadFrom(String readFrom)
Specified by:
setReadFrom in interface EventHandlerActionItemConfig

getWriteTo

public String getWriteTo()
Specified by:
getWriteTo in interface EventHandlerActionItemConfig

setWriteTo

public void setWriteTo(String writeTo)
Specified by:
setWriteTo in interface EventHandlerActionItemConfig

getMode

public String getMode()
Specified by:
getMode in interface EventHandlerActionItemConfig

setMode

public void setMode(String mode)
Specified by:
setMode in interface EventHandlerActionItemConfig

getAttrPropName

public String getAttrPropName()
Specified by:
getAttrPropName in interface EventHandlerActionItemConfig

setAttrPropName

public void setAttrPropName(String attrPropName)
Specified by:
setAttrPropName in interface EventHandlerActionItemConfig

getAttrPropValue

public String getAttrPropValue()
Specified by:
getAttrPropValue in interface EventHandlerActionItemConfig

setAttrPropValue

public void setAttrPropValue(String attrPropValue)
Specified by:
setAttrPropValue in interface EventHandlerActionItemConfig

getAssemblyLine

public String getAssemblyLine()
Specified by:
getAssemblyLine in interface EventHandlerActionItemConfig

setAssemblyLine

public void setAssemblyLine(String assemblyline)
Specified by:
setAssemblyLine in interface EventHandlerActionItemConfig

getExitMessage

public String getExitMessage()
Specified by:
getExitMessage in interface EventHandlerActionItemConfig

setExitMessage

public void setExitMessage(String message)
Specified by:
setExitMessage in interface EventHandlerActionItemConfig