com.ibm.di.connector
Interface ChangelogInterface
- All Known Implementing Classes:
- ADChangelogConnectorv2, DBChangelogConnector, DominoChangeDetectionConnector, IDSChangelogConnector, NetscapeChangelogConnector, ZOSChangelogConnector
public interface ChangelogInterface
CONN_PARAM_STATE_KEY_PERSISTENCE
static final String CONN_PARAM_STATE_KEY_PERSISTENCE
- See Also:
- Constant Field Values
PARAM_VAL_AFTER_READ
static final String PARAM_VAL_AFTER_READ
- See Also:
- Constant Field Values
PARAM_VAL_END_OF_CYCLE
static final String PARAM_VAL_END_OF_CYCLE
- See Also:
- Constant Field Values
PARAM_VAL_MANUAL
static final String PARAM_VAL_MANUAL
- See Also:
- Constant Field Values
SAVE_STATE_AFTER_READ
static final int SAVE_STATE_AFTER_READ
- See Also:
- Constant Field Values
SAVE_STATE_END_OF_CYCLE
static final int SAVE_STATE_END_OF_CYCLE
- See Also:
- Constant Field Values
SAVE_STATE_MANUAL
static final int SAVE_STATE_MANUAL
- See Also:
- Constant Field Values
getStateKeySaveMethod
int getStateKeySaveMethod()
throws Exception
- Throws:
Exception
saveStateKey
void saveStateKey()
throws Exception
- Throws:
Exception
getStateKeyObject
Object getStateKeyObject()
throws Exception
- Throws:
Exception