Uses of Class
org.fcrepo.server.errors.ServerInitializationException

Packages that use ServerInitializationException
org.fcrepo.server   
org.fcrepo.server.storage.types   
org.fcrepo.server.utilities.rebuild   
 

Uses of ServerInitializationException in org.fcrepo.server
 

Methods in org.fcrepo.server that throw ServerInitializationException
static Element Server.getConfigElement(File homeDir)
           
static Server Server.getInstance(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(File homeDir, boolean okToStart)
           
 void Server.init()
           
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.
 void BasicServer.postInitServer()
           
protected  void Server.registerBeanDefinitions()
          Register any implementation-specific bean definitions before the context is refreshed.
 

Constructors in org.fcrepo.server that throw ServerInitializationException
BasicServer(Element rootElement, File fedoraHomeDir)
           
BasicServer(File fedoraHomeDir)
           
BasicServer(Map<String,String> params, File fedoraHomeDir)
           
Server(Element rootConfigElement, File homeDir)
          Initializes the Server based on configuration.
Server(File homeDir)
          This constructor is a compatibility bridge to allow the getInstance factory method to be used by Spring contexts
Server(Map<String,String> params, File homeDir)
          Initializes the Server from a Map of Strings (as per Module)
 

Uses of ServerInitializationException in org.fcrepo.server.storage.types
 

Methods in org.fcrepo.server.storage.types that throw ServerInitializationException
 XMLDatastreamProcessor XMLDatastreamProcessor.newVersion()
          Return a new XML Datastream processor wrapping a new datastream.
 

Uses of ServerInitializationException in org.fcrepo.server.utilities.rebuild
 

Methods in org.fcrepo.server.utilities.rebuild that throw ServerInitializationException
static Server RebuildServer.getRebuildInstance(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.registerBeanDefinitions()
           
 

Constructors in org.fcrepo.server.utilities.rebuild that throw ServerInitializationException
RebuildServer(Element rootConfigElement, File homeDir)
           
RebuildServer(File homeDir)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.