public interface IlpDataSourceManager
Modifier and Type | Method and Description |
---|---|
Collection<IlpDataSource> |
getDataSources()
Returns the data sources created in the context of this data source manager.
|
boolean |
hasDataSource(IlpDataSource aDataSource)
Returns
true if the given data source belongs to this manager. |
Collection<IlpDataSource> getDataSources()
Collection
containing the known data sources.IlpDataSource
boolean hasDataSource(IlpDataSource aDataSource)
true
if the given data source belongs to this manager.aDataSource
- The data source being checked.true
if the data source belongs to the manager.IllegalArgumentException
- if the given data source is invalid.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.