Open SiteSearch 4.1.1
Final

ORG.oclc.jassi
Class InitClass

java.lang.Object
  |
  +--ORG.oclc.jassi.InitClass
Direct Known Subclasses:
GadgetAndStyleLoader, LocationsLoader, MantisInit, ServerMngr, TopicLoader

public abstract class InitClass
extends Object

The InitClass class is an abstract class defined so that classes that implement it can be dynamically loaded during startup of the JaSSI server.


Constructor Summary
InitClass()
           
 
Method Summary
abstract  void init(IniFile ini)
          Executes the initialization class.
abstract  String toString()
          Returns the String representation of the initialization class logging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitClass

public InitClass()
Method Detail

init

public abstract void init(IniFile ini)
Executes the initialization class.
Parameters:
ini - the ini file needed by the initialization class.

toString

public abstract String toString()
Returns the String representation of the initialization class logging.
Returns:
the String representation of the initialization class logging.
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final