|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ServerConnect interface defines the methods that must be implemented to add a new server to the JaSSI environment.
Method Summary | |
String |
hostName()
Retrieves a String containing the host name for the server. |
void |
init(String name,
IniFile ini)
Initialzes the server by name using the configuration information contained in the IniFile object. |
String |
serverName()
Retrieves a String containing the server name for the server. |
int |
serverPort()
Retrieves an integer containing the server port for the server. |
String |
serverType()
Retrieves a String containing the server type for the server. |
String |
toString()
Generates a String representation of this object. |
Method Detail |
public void init(String name, IniFile ini)
name
- the name of the server.ini
- the IniFile object containing the server specific
configuration information.public String toString()
public String hostName()
public String serverName()
public int serverPort()
public String serverType()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |