ilog.server.jsds
Interface IlsDataSourceContainer.Finder

All Known Implementing Classes:
IlsDSMainObject
Enclosing class:
IlsDataSourceContainer

public static interface IlsDataSourceContainer.Finder

Interface of Finder Must be implemented by IlsDataSourceContainer in order to find a data source.

See Also:
IlsDSMainObject.match(ilog.server.jsds.IlsDataSource)

Method Summary
abstract  boolean match(IlsDataSource ds)
           
 

Method Detail

match

public boolean match(IlsDataSource ds)
Parameters:
ds - The data source
Returns:
true if the data source ds matches.
See Also:
IlsDataSource