|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.CallConfigImpl
public class CallConfigImpl
The old way of passing parameters on a call to an AssemblyLine. The current way is to use a TaskCallBlock.
TaskCallBlock,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, 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, SEARCH_SUBSTRING, SUBTREE |
| Constructor Summary | |
|---|---|
CallConfigImpl()
Deprecated. Default Constructor. |
|
CallConfigImpl(Object config)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
CallParamConfig |
getCallParameter(Object name)
Deprecated. Gets a named CallParamConfig object |
List |
getCallParameters()
Deprecated. Gets the callParameters attribute of the CallConfig object |
CallParamConfig |
newCallParameter(Object name)
Deprecated. Creates a new CallParamConfig and adds it to this configuration. |
void |
removeCallParameter(CallParamConfig param)
Deprecated. Removes a CallParamConfig object from this config. |
void |
setCallParameter(CallParamConfig param)
Deprecated. Sets a name CallParamConfig object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CallConfigImpl()
public CallConfigImpl(Object config)
config - TreeMap of attribute/value pairs| Method Detail |
|---|
public List getCallParameters()
getCallParameters in interface CallConfigpublic CallParamConfig getCallParameter(Object name)
getCallParameter in interface CallConfigname - The name of the CallParamConfig object
public void setCallParameter(CallParamConfig param)
setCallParameter in interface CallConfigparam - The new callParameter valuepublic void removeCallParameter(CallParamConfig param)
removeCallParameter in interface CallConfigparam - The CallParamConfig object to remove
public CallParamConfig newCallParameter(Object name)
throws Exception
newCallParameter in interface CallConfigname - Call param name
Exception - if the operation does not succeed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||