|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.Connector
com.ibm.di.osgi.ConnectorDelegate
com.ibm.di.osgi.ChangeDetectionConnectorDelegate
public class ChangeDetectionConnectorDelegate
Note: This class is for internal usage only. Any dependency from the
end-user will not be supported. Changes to this class will happen without a
warning.
Field Summary |
---|
Fields inherited from class com.ibm.di.osgi.ConnectorDelegate |
---|
worker |
Fields inherited from class com.ibm.di.connector.Connector |
---|
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER |
Fields inherited from interface com.ibm.di.connector.ChangelogInterface |
---|
CONN_PARAM_STATE_KEY_PERSISTENCE, PARAM_MERGE_BOTH_NOT_MERGED, PARAM_MERGE_CHANGELOG_AND_DATA, PARAM_MERGE_ONLY_CHANGED_DATA, PARAM_VAL_AFTER_READ, PARAM_VAL_END_OF_CYCLE, PARAM_VAL_MANUAL, SAVE_STATE_AFTER_READ, SAVE_STATE_END_OF_CYCLE, SAVE_STATE_MANUAL |
Constructor Summary | |
---|---|
ChangeDetectionConnectorDelegate()
|
|
ChangeDetectionConnectorDelegate(String id)
|
Method Summary | |
---|---|
Object |
getStateKeyObject()
Retrieves state key. |
int |
getStateKeySaveMethod()
Retrieves the method for storing StateKey. |
void |
saveStateKey()
Stores the USN values for the next synchronization. |
Methods inherited from class com.ibm.di.connector.Connector |
---|
allModes, getClassInstance |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangeDetectionConnectorDelegate()
public ChangeDetectionConnectorDelegate(String id) throws Exception
Exception
Method Detail |
---|
public Object getStateKeyObject() throws Exception
ChangelogInterface
getStateKeyObject
in interface ChangelogInterface
Exception
- if an error occurs.public int getStateKeySaveMethod() throws Exception
ChangelogInterface
getStateKeySaveMethod
in interface ChangelogInterface
Exception
- -
neverChangelogInterface.SAVE_STATE_AFTER_READ
,
ChangelogInterface.SAVE_STATE_END_OF_CYCLE
,
ChangelogInterface.SAVE_STATE_MANUAL
public void saveStateKey() throws Exception
ChangelogInterface
ChangelogInterface.SAVE_STATE_AFTER_READ
saveStateKey
in interface ChangelogInterface
Exception
- -
never
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |