com.ibm.di.config.interfaces
Interface FunctionConfig

All Superinterfaces:
BaseConfiguration, ConnectorConfig, OperationsConfig, Serializable
All Known Implementing Classes:
FunctionConfigImpl

public interface FunctionConfig
extends ConnectorConfig


Field Summary
 
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
 
Method Summary
 BaseConfiguration getFunctionConfig()
          Function specific configuration
 String getJavaClass()
          Returns the implementing java class
 
Methods inherited from interface com.ibm.di.config.interfaces.ConnectorConfig
getAttributeMap, getAttributeMap, getAttributeMap, getCheckpointConfig, getComputeChanges, getConnectionConfig, getConnectorScript, getDeltaBehavior, getDeltaConfig, getDeltaStrict, getEnabled, getHooks, getInitializeOption, getLinkCriteria, getMode, getOperationCarrier, getOperationCarrierIsProperty, getParserConfig, getPoolDefConfig, getPoolInstanceConfig, getReconnectConfig, getReplyRequired, getSandboxConfig, getSchema, getSchema, getServerOption, getState, isEntryFeed, setAttributeMap, setAttributeMap, setComputeChanges, setConnectorScript, setDeltaBehavior, setDeltaStrict, setEnabled, setInitializeOption, setLinkCriteria, setMode, setOperationCarrier, setOperationCarrierIsProperty, setParserConfig, setState
 
Methods inherited from interface com.ibm.di.config.interfaces.OperationsConfig
createOperation, getOperation, getOperations, getPublishedInitParams, setPublishedInitParams
 

Method Detail

getJavaClass

String getJavaClass()
Returns the implementing java class

Returns:
The java class

getFunctionConfig

BaseConfiguration getFunctionConfig()
Function specific configuration