public class RDBMSProvider extends Object implements DataProvider
| Constructor and Description |
|---|
RDBMSProvider(RDBMSProviderConf providerConf)
initialize the instance with the providerConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
DataProvider |
init(String sessionId)
Initialize the instance with the session id.
|
DataProvider |
start()
Start pushing data to the client from the data sources.
|
void |
stop()
Stop pushing data to the client and disconnect.
|
public RDBMSProvider(RDBMSProviderConf providerConf)
providerConf - RDBMS provider configuration objectpublic DataProvider init(String sessionId)
DataProviderinit in interface DataProvidersessionId - Session id of the session associated with the connectionpublic DataProvider start()
DataProviderstart in interface DataProviderpublic void stop()
DataProviderstop in interface DataProviderCopyright © 2017 WSO2. All rights reserved.