com.ibm.mm.sdk.common
Interface dkImportDataSources
- All Superinterfaces:
- dkUserExit
- All Known Implementing Classes:
- DKImportDataSourcesADLDAPFed, DKImportDataSourcesADLDAPICM, DKImportDataSourcesSWLDAPFed, DKImportDataSourcesSWLDAPICM
- public interface dkImportDataSources
- extends dkUserExit
dkImportDataSources : This class represents a Import DataSources user exit
interface
Method Summary |
java.lang.String[] |
listDataSourceNames()
List the available datastore source names that can
be used to connect with. |
dkCollection |
listDataSources()
List the available datastore sources that can
be used to connect with. |
void |
setConfiguration(java.lang.String configuration)
Config string for exit |
setConfiguration
public void setConfiguration(java.lang.String configuration)
throws DKException,
java.lang.Exception
- Config string for exit
- Parameters:
configuration
- configuration string
listDataSources
public dkCollection listDataSources()
throws DKException,
java.lang.Exception
- List the available datastore sources that can
be used to connect with.
- Returns:
- a collection of server defs
listDataSourceNames
public java.lang.String[] listDataSourceNames()
throws DKException,
java.lang.Exception
- List the available datastore source names that can
be used to connect with.
- Returns:
- an array of server names
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.