com.ibm.di.connector
Interface ChangelogInterface

All Known Implementing Classes:
ADChangelogConnectorv2, DBChangelogConnector, DominoChangeDetectionConnector, IDSChangelogConnector, NetscapeChangelogConnector, ZOSChangelogConnector

public interface ChangelogInterface


Field Summary
static String CONN_PARAM_STATE_KEY_PERSISTENCE
           
static String PARAM_VAL_AFTER_READ
           
static String PARAM_VAL_END_OF_CYCLE
           
static String PARAM_VAL_MANUAL
           
static int SAVE_STATE_AFTER_READ
           
static int SAVE_STATE_END_OF_CYCLE
           
static int SAVE_STATE_MANUAL
           
 
Method Summary
 Object getStateKeyObject()
           
 int getStateKeySaveMethod()
           
 void saveStateKey()
           
 

Field Detail

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
Method Detail

getStateKeySaveMethod

int getStateKeySaveMethod()
                          throws Exception
Throws:
Exception

saveStateKey

void saveStateKey()
                  throws Exception
Throws:
Exception

getStateKeyObject

Object getStateKeyObject()
                         throws Exception
Throws:
Exception