Novell exteNd
Director 5.2 API

com.sssw.search.api
Interface EbiRepositoryDesc

All Superinterfaces:
Serializable

public interface EbiRepositoryDesc
extends Serializable

Fully describes a single Query Engine Repository.


Method Summary
 void clear()
          Clears out any values set into the object.
 String getHost()
          Gets the hostname or IP address of the Query Engine
 int getIndexPort()
          Gets the index port of the Query Engine
 int getQueryPort()
          Gets the query port of the Query Engine
 String getRepositoryName()
          Gets the name of the Query Engine Repository
 void setHost(String host)
          Sets the hostname or IP address of the Query Engine
 void setIndexPort(int indexPort)
          Sets the Query Engine index port.
 void setQueryPort(int queryPort)
          Sets the Query Engine query port
 void setRepositoryName(String repositoryName)
          Sets the Query Engine Repository name.
 

Method Detail

setHost

public void setHost(String host)
Sets the hostname or IP address of the Query Engine
Parameters:
host - the hostname or IP address of the Query Engine

setQueryPort

public void setQueryPort(int queryPort)
Sets the Query Engine query port
Parameters:
queryPort - the Query Engine query port

setIndexPort

public void setIndexPort(int indexPort)
Sets the Query Engine index port.
Parameters:
indexPort - the Query Engine index port

setRepositoryName

public void setRepositoryName(String repositoryName)
Sets the Query Engine Repository name.
Parameters:
repositoryName - the Query Engine Repository name

getHost

public String getHost()
Gets the hostname or IP address of the Query Engine
Returns:
the hostname or IP address of the Query Engine

getQueryPort

public int getQueryPort()
Gets the query port of the Query Engine
Returns:
the query port of the Query Engine

getIndexPort

public int getIndexPort()
Gets the index port of the Query Engine
Returns:
the index port of the Query Engine

getRepositoryName

public String getRepositoryName()
Gets the name of the Query Engine Repository

clear

public void clear()
Clears out any values set into the object.

Novell exteNd
Director 5.2 API