ilog.cpl.datasource
Interface IlpDataSourceManager

All Known Subinterfaces:
IlpMutableDataSourceManager
All Known Implementing Classes:
IlpDefaultDataSourceManager

public interface IlpDataSourceManager

Interface for managing data sources. Provides access to the data sources. This class is a convenience for the StyleEditor.

Since:
JTGO 3.0

Method Summary
 Collection 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.
 

Method Detail

getDataSources

Collection getDataSources()
Returns the data sources created in the context of this data source manager.

Returns:
A Collection containing the known data sources.
See Also:
IlpDataSource

hasDataSource

boolean hasDataSource(IlpDataSource aDataSource)
Returns true if the given data source belongs to this manager.

Parameters:
aDataSource - The data source being checked.
Returns:
true if the data source belongs to the manager.
Throws:
IllegalArgumentException - if the given data source is invalid.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.