|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is for any class that would like to become a onetime on init server hook. Called just after server loads the xml configuration file. Can be using to set up loggers. These classes should have a default constructor.
InitServerHooks
,
ServerHook
Method Summary | |
void |
handleInit(QuickServer quickserver)
Method called to perform any initialisation |
java.lang.String |
info()
Information about the server hook. |
Method Detail |
public java.lang.String info()
public void handleInit(QuickServer quickserver) throws java.lang.Exception
quickserver
- is the server to which hook belongs to.
java.lang.Exception
|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |