+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD