|
||||||||||
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.ALMappingConfigImpl
public class ALMappingConfigImpl
Field Summary |
---|
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 | |
---|---|
ALMappingConfigImpl()
|
|
ALMappingConfigImpl(Object data)
|
Method Summary | |
---|---|
AttributeMapConfig |
getAttributeMap()
Override ConnectorConfig to ensure we always get the input map |
AttributeMapConfig |
getAttributeMap(boolean input)
Override ConnectorConfig to ensure we always get the input map |
AttributeMapConfig |
getAttributeMap(Object name)
Override ConnectorConfig to ensure we always get the input map |
Object |
getClone()
Return self clone |
String |
getMode()
Connector mode |
boolean |
getReplyRequired()
Returns true if the connector requires a response in server or iterator mode. |
boolean |
isEntryFeed()
Returns true if the connector is an entry feed connector |
void |
setEnabled(boolean enabled)
Gets the enabled attribute of the BaseConfiguration 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 ALMappingConfigImpl() throws Exception
Exception
public ALMappingConfigImpl(Object data) throws Exception
Exception
Method Detail |
---|
public String getMode()
ConnectorConfig
getMode
in interface ConnectorConfig
getMode
in class ConnectorConfigImpl
public void setEnabled(boolean enabled)
BaseConfiguration
setEnabled
in interface BaseConfiguration
setEnabled
in interface ConnectorConfig
setEnabled
in class ConnectorConfigImpl
enabled
- The new enabled valuepublic AttributeMapConfig getAttributeMap()
getAttributeMap
in interface ConnectorConfig
getAttributeMap
in class ConnectorConfigImpl
public AttributeMapConfig getAttributeMap(Object name)
getAttributeMap
in interface ConnectorConfig
getAttributeMap
in class ConnectorConfigImpl
name
- the name of the Attribute map to retrieve
public AttributeMapConfig getAttributeMap(boolean input)
getAttributeMap
in interface ConnectorConfig
getAttributeMap
in class ConnectorConfigImpl
input
- a boolean value specifying whether the input
or output Attribute map to retrieve
public boolean getReplyRequired()
getReplyRequired
in interface ConnectorConfig
getReplyRequired
in class ConnectorConfigImpl
public boolean isEntryFeed()
isEntryFeed
in interface ConnectorConfig
isEntryFeed
in class ConnectorConfigImpl
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 |