|
|||||||||||
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.ConnectorConfigImpl
com.ibm.di.config.base.FunctionConfigImpl
public class FunctionConfigImpl
The configuration for a TDI Function Component, e.g. used in an AssemblyLine.
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.ConnectorConfigImpl |
---|
parserConfig |
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.ConnectorConfig |
---|
ADDONLY_MODE, BRANCH_MODE, CALL_REPLY_MODE, COMP_INIT_DEFAULT, COMP_INIT_EVERYTIME, COMP_INIT_MODIFIED, COMP_INIT_USE, DELETE_MODE, DELTA_MODE, DELTA_NO_DELETE, DELTA_NORMAL, DISABLED_STATE, ENABLED_STATE, FUNCTION_MODE, INPUT_MAP_NAME, ITERATOR_MODE, LOOKUP_MODE, MAPPING_MODE, OUTPUT_MAP_NAME, PASSIVE_STATE, REPLY_MODE, SCHEMA_INPUT, SCHEMA_OUTPUT, SCRIPT_MODE, SERVER_MODE, SERVER_OPTION_CONNECTOR, SERVER_OPTION_ENTRY, UPDATE_MODE |
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 | |
---|---|
FunctionConfigImpl()
|
|
FunctionConfigImpl(Object data)
|
Method Summary | |
---|---|
Object |
getClone()
Return self clone |
RawFunctionConfig |
getFunctionConfig()
Function specific configuration |
String |
getJavaClass()
Returns the implementing java class |
String |
getMode()
Returns the mode which is always call-reply |
void |
init()
This method initializes the ConnectorConfig object, adds children to it and initializes them too. |
void |
setupInheritanceChain()
Established the inheritance chain for this object. |
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.OperationsConfig |
---|
createOperation, getOperation, getOperations, getPublishedInitParams, setPublishedInitParams |
Constructor Detail |
---|
public FunctionConfigImpl() throws Exception
Exception
public FunctionConfigImpl(Object data) throws Exception
Exception
Method Detail |
---|
public void init() throws Exception
ConnectorConfigImpl
init
in interface BaseConfiguration
init
in class ConnectorConfigImpl
Exception
- if could not parse or initialize some configurationpublic void setupInheritanceChain() throws Exception
ConnectorConfigImpl
setupInheritanceChain
in interface BaseConfiguration
setupInheritanceChain
in class ConnectorConfigImpl
Exception
- if the operation could not be performedpublic String getJavaClass()
getJavaClass
in interface FunctionConfig
public String getMode()
getMode
in interface ConnectorConfig
getMode
in class ConnectorConfigImpl
public RawFunctionConfig getFunctionConfig()
getFunctionConfig
in interface FunctionConfig
public Object getClone() throws Exception
getClone
in interface BaseConfiguration
getClone
in class ConnectorConfigImpl
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |