public interface NDataSourceAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addDataSource(WSDataSourceMetaInfo dsmInfo26)
Auto generated method signature
|
boolean |
deleteDataSource(String dsName30)
Auto generated method signature
|
WSDataSourceInfo[] |
getAllDataSources()
Auto generated method signature
|
WSDataSourceInfo[] |
getAllDataSourcesForType(String dsType22)
Auto generated method signature
|
WSDataSourceInfo |
getDataSource(String dsName34)
Auto generated method signature
|
String[] |
getDataSourceTypes()
Auto generated method signature
|
boolean |
reloadAllDataSources()
Auto generated method signature
|
boolean |
reloadDataSource(String dsName12)
Auto generated method signature
|
void |
startaddDataSource(WSDataSourceMetaInfo dsmInfo26,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteDataSource(String dsName30,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllDataSources(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllDataSourcesForType(String dsType22,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDataSource(String dsName34,
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 dsName12,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo41,
NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
testDataSourceConnection(WSDataSourceMetaInfo dsmInfo41)
Auto generated method signature
|
boolean reloadDataSource(String dsName12) throws RemoteException, NDataSourceAdminDataSourceException
reloadDataSource11
- NDataSourceAdminDataSourceException
- :RemoteException
void startreloadDataSource(String dsName12, NDataSourceAdminCallbackHandler callback) throws RemoteException
reloadDataSource11
- RemoteException
String[] getDataSourceTypes() throws RemoteException, NDataSourceAdminDataSourceException
getDataSourceTypes15
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetDataSourceTypes(NDataSourceAdminCallbackHandler callback) throws RemoteException
getDataSourceTypes15
- RemoteException
boolean reloadAllDataSources() throws RemoteException, NDataSourceAdminDataSourceException
reloadAllDataSources18
- NDataSourceAdminDataSourceException
- :RemoteException
void startreloadAllDataSources(NDataSourceAdminCallbackHandler callback) throws RemoteException
reloadAllDataSources18
- RemoteException
WSDataSourceInfo[] getAllDataSourcesForType(String dsType22) throws RemoteException, NDataSourceAdminDataSourceException
getAllDataSourcesForType21
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetAllDataSourcesForType(String dsType22, NDataSourceAdminCallbackHandler callback) throws RemoteException
getAllDataSourcesForType21
- RemoteException
boolean addDataSource(WSDataSourceMetaInfo dsmInfo26) throws RemoteException, NDataSourceAdminDataSourceException
addDataSource25
- NDataSourceAdminDataSourceException
- :RemoteException
void startaddDataSource(WSDataSourceMetaInfo dsmInfo26, NDataSourceAdminCallbackHandler callback) throws RemoteException
addDataSource25
- RemoteException
boolean deleteDataSource(String dsName30) throws RemoteException, NDataSourceAdminDataSourceException
deleteDataSource29
- NDataSourceAdminDataSourceException
- :RemoteException
void startdeleteDataSource(String dsName30, NDataSourceAdminCallbackHandler callback) throws RemoteException
deleteDataSource29
- RemoteException
WSDataSourceInfo getDataSource(String dsName34) throws RemoteException, NDataSourceAdminDataSourceException
getDataSource33
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetDataSource(String dsName34, NDataSourceAdminCallbackHandler callback) throws RemoteException
getDataSource33
- RemoteException
WSDataSourceInfo[] getAllDataSources() throws RemoteException, NDataSourceAdminDataSourceException
getAllDataSources37
- NDataSourceAdminDataSourceException
- :RemoteException
void startgetAllDataSources(NDataSourceAdminCallbackHandler callback) throws RemoteException
getAllDataSources37
- RemoteException
boolean testDataSourceConnection(WSDataSourceMetaInfo dsmInfo41) throws RemoteException, NDataSourceAdminDataSourceException
testDataSourceConnection40
- NDataSourceAdminDataSourceException
- :RemoteException
void starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo41, NDataSourceAdminCallbackHandler callback) throws RemoteException
testDataSourceConnection40
- RemoteException
Copyright © 2017 WSO2. All rights reserved.