HP Anywhere API Reference
getConnectionInfo Method
the name of the data source to retrieve, usually the same as the app service ID
Return the current app collection of data source configurations.
Data source configurations are used by the app to access its backend. For example, if ALM is configured to work from several servers, this API retrieves a collection of these configurations.
Syntax
java.util.Collection<DSConfiguration> getConnectionInfo( 
   java.lang.String dataSourceName
)

Parameters

dataSourceName
the name of the data source to retrieve, usually the same as the app service ID

Return Value

collection of DSConfiguration. DSconfiguration is a key-value map of the data source.
Since
HP Anywhere 10.00
See Also

Reference

DataSourceService Interface
DataSourceService Members