|
||||||||||
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
Field Summary | |
---|---|
protected BaseConfiguration |
functionConfig
|
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 |
Constructor Summary | |
---|---|
FunctionConfigImpl()
|
|
FunctionConfigImpl(Object data)
|
Method Summary | |
---|---|
Object |
getClone()
Return self clone |
BaseConfiguration |
getFunctionConfig()
Function specific configuration |
String |
getJavaClass()
Returns the implementing java class |
String |
getMode()
Returns the mode which is always call-reply |
void |
init()
init - method called after internal data structure is set |
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 |
Field Detail |
---|
protected BaseConfiguration functionConfig
Constructor Detail |
---|
public FunctionConfigImpl() throws Exception
Exception
public FunctionConfigImpl(Object data) throws Exception
Exception
Method Detail |
---|
public void init() throws Exception
BaseConfigurationImpl
init
in interface BaseConfiguration
init
in class ConnectorConfigImpl
Exception
- if the initialization failspublic void setupInheritanceChain() throws Exception
BaseConfigurationImpl
setupInheritanceChain
in interface BaseConfiguration
setupInheritanceChain
in class ConnectorConfigImpl
Exception
- if the operation does not succeedpublic String getJavaClass()
getJavaClass
in interface FunctionConfig
public String getMode()
getMode
in interface ConnectorConfig
getMode
in class ConnectorConfigImpl
public BaseConfiguration 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 |