com.ibm.portal.resolver.data
Interface DataSourceHandler


public interface DataSourceHandler

Callback interface that indicates the existance of a DataSource.

Since:
7.0

Method Summary
 void dataSource(DataSource ds, Context ctx)
          Indicates the data source
 

Method Detail

dataSource

void dataSource(DataSource ds,
                Context ctx)
                throws java.io.IOException
Indicates the data source

Parameters:
ds - data source
ctx - context
Throws:
java.io.IOException