Interface NDataSourceAdmin
-
- All Known Implementing Classes:
NDataSourceAdminStub
public interface NDataSourceAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
addDataSource(WSDataSourceMetaInfo dsmInfo26)
Auto generated method signatureboolean
deleteDataSource(String dsName30)
Auto generated method signatureWSDataSourceInfo[]
getAllDataSources()
Auto generated method signatureWSDataSourceInfo[]
getAllDataSourcesForType(String dsType22)
Auto generated method signatureWSDataSourceInfo
getDataSource(String dsName34)
Auto generated method signatureString[]
getDataSourceTypes()
Auto generated method signatureboolean
reloadAllDataSources()
Auto generated method signatureboolean
reloadDataSource(String dsName12)
Auto generated method signaturevoid
startaddDataSource(WSDataSourceMetaInfo dsmInfo26, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteDataSource(String dsName30, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllDataSources(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllDataSourcesForType(String dsType22, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDataSource(String dsName34, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDataSourceTypes(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startreloadAllDataSources(NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startreloadDataSource(String dsName12, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo41, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
testDataSourceConnection(WSDataSourceMetaInfo dsmInfo41)
Auto generated method signature
-
-
-
Method Detail
-
reloadDataSource
boolean reloadDataSource(String dsName12) throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
reloadDataSource11
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startreloadDataSource
void startreloadDataSource(String dsName12, NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
reloadDataSource11
-- Throws:
RemoteException
-
getDataSourceTypes
String[] getDataSourceTypes() throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
getDataSourceTypes15
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startgetDataSourceTypes
void startgetDataSourceTypes(NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDataSourceTypes15
-- Throws:
RemoteException
-
reloadAllDataSources
boolean reloadAllDataSources() throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
reloadAllDataSources18
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startreloadAllDataSources
void startreloadAllDataSources(NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
reloadAllDataSources18
-- Throws:
RemoteException
-
getAllDataSourcesForType
WSDataSourceInfo[] getAllDataSourcesForType(String dsType22) throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
getAllDataSourcesForType21
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startgetAllDataSourcesForType
void startgetAllDataSourcesForType(String dsType22, NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllDataSourcesForType21
-- Throws:
RemoteException
-
addDataSource
boolean addDataSource(WSDataSourceMetaInfo dsmInfo26) throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
addDataSource25
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startaddDataSource
void startaddDataSource(WSDataSourceMetaInfo dsmInfo26, NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
addDataSource25
-- Throws:
RemoteException
-
deleteDataSource
boolean deleteDataSource(String dsName30) throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
deleteDataSource29
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startdeleteDataSource
void startdeleteDataSource(String dsName30, NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
deleteDataSource29
-- Throws:
RemoteException
-
getDataSource
WSDataSourceInfo getDataSource(String dsName34) throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
getDataSource33
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startgetDataSource
void startgetDataSource(String dsName34, NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getDataSource33
-- Throws:
RemoteException
-
getAllDataSources
WSDataSourceInfo[] getAllDataSources() throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
getAllDataSources37
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
startgetAllDataSources
void startgetAllDataSources(NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllDataSources37
-- Throws:
RemoteException
-
testDataSourceConnection
boolean testDataSourceConnection(WSDataSourceMetaInfo dsmInfo41) throws RemoteException, NDataSourceAdminDataSourceException
Auto generated method signature- Parameters:
testDataSourceConnection40
-- Throws:
NDataSourceAdminDataSourceException
- :RemoteException
-
starttestDataSourceConnection
void starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo41, NDataSourceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
testDataSourceConnection40
-- Throws:
RemoteException
-
-