public class TstStatefulConnector extends TstAbstractConnector implements Connector
config| Constructor and Description |
|---|
TstStatefulConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of any resources the
Connector uses. |
Configuration |
getConfiguration()
Return the configuration that was passed to
Connector.init(Configuration). |
void |
init(Configuration cfg)
Initialize the connector with its configuration.
|
create, createFilterTranslator, delete, executeQuery, getLatestSyncToken, syncpublic void init(Configuration cfg)
ConnectorConnector this would include the database URL, password, and
user.init in interface Connectorinit in class TstAbstractConnectorcfg - instance of the Configuration object implemented by
the Connector developer and populated with information
in order to initialize the Connector.public Configuration getConfiguration()
ConnectorConnector.init(Configuration).getConfiguration in interface ConnectorConnector.init(Configuration).Copyright © 2022. All rights reserved.