Uses of Class
fedora.server.errors.ModuleInitializationException

Packages that use ModuleInitializationException
fedora.server   
fedora.server.access   
fedora.server.journal   
fedora.server.journal.readerwriter.singlefile   
fedora.server.journal.recoverylog   
fedora.server.management   
fedora.server.oai   
fedora.server.resourceIndex   
fedora.server.search   
fedora.server.security   
fedora.server.storage   
fedora.server.storage.lowlevel   
fedora.server.storage.replication   
fedora.server.storage.translation   
fedora.server.utilities   
fedora.server.utilities.rebuild   
fedora.server.validation   
 

Uses of ModuleInitializationException in fedora.server
 

Methods in fedora.server that throw ModuleInitializationException
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)
           
 void Module.initModule()
          Initializes the Module based on configuration parameters.
 void Module.postInitModule()
          Second stage of Module initialization.
 

Constructors in fedora.server that throw ModuleInitializationException
BasicServer(org.w3c.dom.Element rootElement, java.io.File fedoraHomeDir)
           
Module(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates and initializes the Module.
Server(org.w3c.dom.Element rootConfigElement, java.io.File homeDir)
          Initializes the Server based on configuration.
 

Uses of ModuleInitializationException in fedora.server.access
 

Methods in fedora.server.access that throw ModuleInitializationException
 void DefaultAccess.initModule()
          Initializes the module.
 void DynamicAccessModule.postInitModule()
           
 void DefaultAccess.postInitModule()
           
 

Constructors in fedora.server.access that throw ModuleInitializationException
DefaultAccess(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates and initializes the Access Module.
DynamicAccessModule(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates and initializes the Dynmamic Access Module.
 

Uses of ModuleInitializationException in fedora.server.journal
 

Methods in fedora.server.journal that throw ModuleInitializationException
static JournalReader JournalReader.getInstance(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Create an instance of the proper JournalReader child class, as determined by the server parameters.
 void Journaller.initModule()
          Augment the parameters with values obtained from System Properties, and create the proper worker (JournalCreator or JournalConsumer) for the current mode.
 void Journaller.postInitModule()
          Get the ManagementDelegate module and pass it to the worker.
 void JournalWorker.setManagementDelegate(ManagementDelegate delegate)
          Called by the Journaller during post-initialization, with a reference to the ManagementDelegate module.
 

Constructors in fedora.server.journal that throw ModuleInitializationException
JournalConsumer(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
          Get the appropriate JournalReader and JournalRecoveryLog, based on the server parameters, and create a JournalConsumerThread that will process the journal entries, using that reader and that log.
JournalCreator(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
          Get a JournalWriter to use, based on the server parameters.
Journaller(java.util.Map<java.lang.String,java.lang.String> moduleParameters, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.journal.readerwriter.singlefile
 

Constructors in fedora.server.journal.readerwriter.singlefile that throw ModuleInitializationException
SingleFileJournalReader(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Get the name of the journal file from the server parameters, wrap it in an XMLEventReader, and advance past the document header to the first JournalEntry.
 

Uses of ModuleInitializationException in fedora.server.journal.recoverylog
 

Methods in fedora.server.journal.recoverylog that throw ModuleInitializationException
static JournalRecoveryLog JournalRecoveryLog.getInstance(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
          Create an instance of the proper JournalRecoveryLog child class, as determined by the server parameters.
 

Constructors in fedora.server.journal.recoverylog that throw ModuleInitializationException
BufferedJournalRecoveryLog(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
          Deprecated. Get the name of the log file from the server parameters, but don't create the file yet.
JournalRecoveryLog(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
          Concrete sub-classes must implement this constructor.
RenamingJournalRecoveryLog(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
           
UnbufferedJournalRecoveryLog(java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String role, ServerInterface server)
          Deprecated. Get the name of the logfile from the server parameters and create the file.
 

Uses of ModuleInitializationException in fedora.server.management
 

Methods in fedora.server.management that throw ModuleInitializationException
 void DefaultManagement.initModule()
           
 void DefaultManagement.postInitModule()
           
 void BasicPIDGenerator.postInitModule()
          Get a reference to the ConnectionPoolManager so we can give the instance constructor a ConnectionPool later in initializeIfNeeded().
 

Constructors in fedora.server.management that throw ModuleInitializationException
BasicPIDGenerator(java.util.Map moduleParameters, Server server, java.lang.String role)
          Constructs a BasicPIDGenerator.
DefaultManagement(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates and initializes the Management Module.
 

Uses of ModuleInitializationException in fedora.server.oai
 

Methods in fedora.server.oai that throw ModuleInitializationException
 void FedoraOAIProviderModule.postInitModule()
           
 

Constructors in fedora.server.oai that throw ModuleInitializationException
FedoraOAIProviderModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.resourceIndex
 

Methods in fedora.server.resourceIndex that throw ModuleInitializationException
 void ResourceIndexModule.postInitModule()
          Perform post-initialization of this module.
 

Constructors in fedora.server.resourceIndex that throw ModuleInitializationException
ResourceIndexModule(java.util.Map parameters, Server server, java.lang.String role)
          Instantiate the module.
 

Uses of ModuleInitializationException in fedora.server.search
 

Methods in fedora.server.search that throw ModuleInitializationException
 void FieldSearchSQLModule.postInitModule()
           
 

Constructors in fedora.server.search that throw ModuleInitializationException
FieldSearchSQLModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.security
 

Methods in fedora.server.security that throw ModuleInitializationException
 void DefaultAuthorization.initModule()
          Initializes the module.
 void DefaultBackendSecurity.postInitModule()
          Post-Initializes the Module based on configuration parameters.
 void DefaultAuthorization.postInitModule()
           
 

Constructors in fedora.server.security that throw ModuleInitializationException
DefaultAuthorization(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates and initializes the Access Module.
DefaultBackendSecurity(java.util.Map moduleParameters, Server server, java.lang.String role)
           Creates a new DefaultBackendSecurity.
 

Uses of ModuleInitializationException in fedora.server.storage
 

Methods in fedora.server.storage that throw ModuleInitializationException
 void DefaultExternalContentManager.initModule()
          Initializes the Module based on configuration parameters.
 void DefaultDOManager.initModule()
          Gets initial param values.
 void ConnectionPoolManagerImpl.initModule()
          Initializes the Module based on configuration parameters.
 void GSearchDOManager.postInitModule()
          Performs superclass post-initialization, then completes initialization using GSearch-specific parameters.
 void DefaultDOManager.postInitModule()
           
 

Constructors in fedora.server.storage that throw ModuleInitializationException
ConnectionPoolManagerImpl(java.util.Map moduleParameters, Server server, java.lang.String role)
          Constructs a new ConnectionPoolManagerImpl
DefaultDOManager(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates a new DefaultDOManager.
DefaultExternalContentManager(java.util.Map moduleParameters, Server server, java.lang.String role)
           Creates a new DefaultExternalContentManager.
GSearchDOManager(java.util.Map moduleParameters, Server server, java.lang.String role)
          Delegates construction to the superclass.
 

Uses of ModuleInitializationException in fedora.server.storage.lowlevel
 

Methods in fedora.server.storage.lowlevel that throw ModuleInitializationException
protected  java.lang.String DefaultLowlevelStorageModule.getModuleParameter(java.lang.String parameterName, boolean parameterAsAbsolutePath)
           
protected  java.util.Map DefaultLowlevelStorageModule.getModuleParameters()
           
 void DefaultLowlevelStorageModule.postInitModule()
           
 

Constructors in fedora.server.storage.lowlevel that throw ModuleInitializationException
DefaultLowlevelStorageModule(java.util.Map moduleParameters, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.storage.replication
 

Methods in fedora.server.storage.replication that throw ModuleInitializationException
 void DefaultDOReplicator.postInitModule()
           
 

Constructors in fedora.server.storage.replication that throw ModuleInitializationException
DefaultDOReplicator(java.util.Map moduleParameters, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.storage.translation
 

Methods in fedora.server.storage.translation that throw ModuleInitializationException
 void DOTranslatorModule.initModule()
           
 

Constructors in fedora.server.storage.translation that throw ModuleInitializationException
DOTranslatorModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.utilities
 

Methods in fedora.server.utilities that throw ModuleInitializationException
 void ThreadMonitorModule.initModule()
           
 

Constructors in fedora.server.utilities that throw ModuleInitializationException
ThreadMonitorModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of ModuleInitializationException in fedora.server.utilities.rebuild
 

Methods in fedora.server.utilities.rebuild that throw ModuleInitializationException
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.
 void RebuildDOManager.postInitModule()
           
 

Constructors in fedora.server.utilities.rebuild that throw ModuleInitializationException
RebuildDOManager(java.util.Map moduleParameters, Server server, java.lang.String role)
           
RebuildServer(org.w3c.dom.Element rootConfigElement, java.io.File homeDir)
           
 

Uses of ModuleInitializationException in fedora.server.validation
 

Methods in fedora.server.validation that throw ModuleInitializationException
 void DOValidatorModule.postInitModule()
           
 

Constructors in fedora.server.validation that throw ModuleInitializationException
DOValidatorModule(java.util.Map moduleParameters, Server server, java.lang.String role)
          Constructs a new DOValidatorModule