Uses of Class
fedora.server.errors.ServerInitializationException

Packages that use ServerInitializationException
fedora.server   
fedora.server.utilities.rebuild   
 

Uses of ServerInitializationException in fedora.server
 

Methods in fedora.server that throw ServerInitializationException
protected static void Server.configureLog4J(java.lang.String extension)
          Configures Log4J using FEDORA_HOME/config/log4j.properties.
static Server Server.getInstance(java.io.File homeDir)
          Provides an instance of the server specified in the configuration file at homeDir/CONFIG_DIR/CONFIG_FILE, or DEFAULT_SERVER_CLASS if unspecified.
static Server Server.getInstance(java.io.File homeDir, boolean okToStart)
           
protected  void Server.initServer()
          Performs any server start-up tasks particular to this type of Server.
 void BasicServer.initServer()
           
protected  void Server.postInitServer()
          Second stage of Server initialization.
 

Constructors in fedora.server that throw ServerInitializationException
BasicServer(org.w3c.dom.Element rootElement, java.io.File fedoraHomeDir)
           
Server(org.w3c.dom.Element rootConfigElement, java.io.File homeDir)
          Initializes the Server based on configuration.
 

Uses of ServerInitializationException in fedora.server.utilities.rebuild
 

Methods in fedora.server.utilities.rebuild that throw ServerInitializationException
static Server RebuildServer.getRebuildInstance(java.io.File homeDir)
          Provides an instance of the server specified in the configuration file at homeDir/CONFIG_DIR/CONFIG_FILE, or DEFAULT_SERVER_CLASS if unspecified.
protected  void RebuildServer.initServer()
           
 

Constructors in fedora.server.utilities.rebuild that throw ServerInitializationException
RebuildServer(org.w3c.dom.Element rootConfigElement, java.io.File homeDir)