QuickServer
v1.4.7

org.quickserver.net
Interface InitServerHook

All Known Implementing Classes:
SimpleJDKLoggingHook

public interface InitServerHook

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.

Since:
1.4
Author:
Akshathkumar Shetty
See Also:
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

info

public java.lang.String info()
Information about the server hook.


handleInit

public void handleInit(QuickServer quickserver)
                throws java.lang.Exception
Method called to perform any initialisation

Parameters:
quickserver - is the server to which hook belongs to.
Throws:
java.lang.Exception

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org