Oracle Ultra Search Java API Reference
Release 10g

B12028-01

oracle.ultrasearch.crawler
Interface DataSourceParams


public interface DataSourceParams

DataSourceParams is an interface for any data source agent to read the value of data source parameter.


Method Summary
 java.lang.String getParameter(java.lang.String name)
          Get parameter value

 

Method Detail

getParameter

public java.lang.String getParameter(java.lang.String name)
Get parameter value
Parameters:
name - the name of the parameter
Returns:
the value of the parameter

Oracle Ultra Search Java API Reference
Release 10g

B12028-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.