create

Description

Connects to the DRE. When used without parameters, uses default values from the [Server] section of the PortalSearchqueryh.cfg or DRE.INI file located in %SYBASE%\PortalSearch\Engine on Windows 2000 and $SYBASE/PortalSearch/Engine on UNIX.

Syntax

public void create();
public void create(java.lang.String host, int port);
public void create(java.lang.String file, java.lang.String section);
	throws java.rmi.RemoteException,
	javax.ejb.CreateException,
	com.sybase.ep.search.PortalSearchServices.SearchException

Parameters

host – host address of the DRE.

port – query port of the DRE.

file – file specification of PortalSearchqueryh.cfg or DRE.INI.

section – section of the PortalSearchqueryh.cfg or DRE.INI file