|
Luky Library - 4.1.1 (20061117-1148) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyManager | |
|---|---|
| luky.serverSimple | |
| Uses of PropertyManager in luky.serverSimple |
|---|
| Fields in luky.serverSimple declared as PropertyManager | |
|---|---|
protected PropertyManager |
Handler.propsMan
this propertyManager holds all settings read from the .ini file at the startup of the server |
protected PropertyManager |
Server.propsMan
|
| Methods in luky.serverSimple that return PropertyManager | |
|---|---|
PropertyManager |
Server.getPropsMan()
getPropsMan() will return the property manager of this server. |
| Methods in luky.serverSimple with parameters of type PropertyManager | |
|---|---|
protected Handler |
Server.makeNewHandler(Hashtable userData,
BufferedReader in,
PrintWriter out,
PropertyManager propsMan,
String caller)
make a new handler class, must be overridden to add the custom handler class |
| Constructors in luky.serverSimple with parameters of type PropertyManager | |
|---|---|
Handler(Hashtable userData,
Server parent,
BufferedReader in,
PrintWriter out,
PropertyManager propsMan,
String caller)
constructor, there is no need to call this constructor yourself, it will be called from the luky.server.server class. |
|
Server(boolean log,
int logLevel,
boolean _quiet,
String _version,
PropertyManager props)
constructor, pass the arguments of the server here, |
|
|
Luky Library - 4.1.1 (20061117-1148) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||