public interface NDataSourceAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addDataSource(WSDataSourceMetaInfo dsmInfo33)
Auto generated method signature
|
boolean |
deleteDataSource(String dsName12)
Auto generated method signature
|
WSDataSourceInfo[] |
getAllDataSources()
Auto generated method signature
|
WSDataSourceInfo[] |
getAllDataSourcesForType(String dsType29)
Auto generated method signature
|
WSDataSourceInfo |
getDataSource(String dsName37)
Auto generated method signature
|
String[] |
getDataSourceTypes()
Auto generated method signature
|
boolean |
reloadAllDataSources()
Auto generated method signature
|
boolean |
reloadDataSource(String dsName41)
Auto generated method signature
|
void |
startaddDataSource(WSDataSourceMetaInfo dsmInfo33,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteDataSource(String dsName12,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllDataSources(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllDataSourcesForType(String dsType29,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDataSource(String dsName37,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDataSourceTypes(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startreloadAllDataSources(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startreloadDataSource(String dsName41,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo22,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
testDataSourceConnection(WSDataSourceMetaInfo dsmInfo22)
Auto generated method signature
|
boolean deleteDataSource(String dsName12) throws RemoteException, NDataSourceAdminDataSourceException
deleteDataSource11
- NDataSourceAdminDataSourceException
- :RemoteException
void startdeleteDataSource(String dsName12, NDataSourceAdminCallbackHandler callback) throws RemoteException
deleteDataSource11
- RemoteException
WSDataSourceInfo[] getAllDataSources() throws RemoteException, NDataSourceAdminDataSourceException
getAllDataSources15
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetAllDataSources(NDataSourceAdminCallbackHandler callback) throws RemoteException
getAllDataSources15
- RemoteException
String[] getDataSourceTypes() throws RemoteException, NDataSourceAdminDataSourceException
getDataSourceTypes18
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetDataSourceTypes(NDataSourceAdminCallbackHandler callback) throws RemoteException
getDataSourceTypes18
- RemoteException
boolean testDataSourceConnection(WSDataSourceMetaInfo dsmInfo22) throws RemoteException, NDataSourceAdminDataSourceException
testDataSourceConnection21
- NDataSourceAdminDataSourceException
- :RemoteException
void starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo22, NDataSourceAdminCallbackHandler callback) throws RemoteException
testDataSourceConnection21
- RemoteException
boolean reloadAllDataSources() throws RemoteException, NDataSourceAdminDataSourceException
reloadAllDataSources25
- NDataSourceAdminDataSourceException
- :RemoteException
void startreloadAllDataSources(NDataSourceAdminCallbackHandler callback) throws RemoteException
reloadAllDataSources25
- RemoteException
WSDataSourceInfo[] getAllDataSourcesForType(String dsType29) throws RemoteException, NDataSourceAdminDataSourceException
getAllDataSourcesForType28
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetAllDataSourcesForType(String dsType29, NDataSourceAdminCallbackHandler callback) throws RemoteException
getAllDataSourcesForType28
- RemoteException
boolean addDataSource(WSDataSourceMetaInfo dsmInfo33) throws RemoteException, NDataSourceAdminDataSourceException
addDataSource32
- NDataSourceAdminDataSourceException
- :RemoteException
void startaddDataSource(WSDataSourceMetaInfo dsmInfo33, NDataSourceAdminCallbackHandler callback) throws RemoteException
addDataSource32
- RemoteException
WSDataSourceInfo getDataSource(String dsName37) throws RemoteException, NDataSourceAdminDataSourceException
getDataSource36
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetDataSource(String dsName37, NDataSourceAdminCallbackHandler callback) throws RemoteException
getDataSource36
- RemoteException
boolean reloadDataSource(String dsName41) throws RemoteException, NDataSourceAdminDataSourceException
reloadDataSource40
- NDataSourceAdminDataSourceException
- :RemoteException
void startreloadDataSource(String dsName41, NDataSourceAdminCallbackHandler callback) throws RemoteException
reloadDataSource40
- RemoteException
Copyright © 2017 WSO2. All rights reserved.