|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public void setHost(String host)
host - the hostname or IP address of the Query Enginepublic void setQueryPort(int queryPort)
queryPort - the Query Engine query portpublic void setIndexPort(int indexPort)
indexPort - the Query Engine index portpublic void setRepositoryName(String repositoryName)
repositoryName - the Query Engine Repository namepublic String getHost()
public int getQueryPort()
public int getIndexPort()
public String getRepositoryName()
public void clear()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||