|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.jassi.InitClass | +--ORG.oclc.jassi.ServerMngr
The ServerMngr class manages all the server information defined for all external servers in the JaSSI configuration files. This information is loaded during the JaSSI Server initialization.
InitClass
Constructor Summary | |
ServerMngr()
Constructs a ServerMngr object. |
Method Summary | |
static Hashtable |
allServers()
Returns the Hashtable containing all the server objects. |
static Object |
getServer(String name)
Returns the server object requested by the input parameter name. |
static Object |
getServerByType(String type)
Returns the server object requested by the input parameter type. |
void |
init(IniFile ini)
Initializes the ServerMngr object by reading server configuration information from the input ini file. |
String |
toString()
Generates the String representation of this object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ServerMngr()
Method Detail |
public void init(IniFile ini)
ini
- the server configuration ini file.public static Hashtable allServers()
public static Object getServer(String name)
name
- the name of the server requested.public static Object getServerByType(String type)
type
- the type of the server requested.public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |