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

Packages that use ModuleInitializationException
org.fcrepo.server   
org.fcrepo.server.access   
org.fcrepo.server.journal   
org.fcrepo.server.journal.readerwriter.singlefile   
org.fcrepo.server.journal.recoverylog   
org.fcrepo.server.management   
org.fcrepo.server.messaging   
org.fcrepo.server.oai   
org.fcrepo.server.resourceIndex   
org.fcrepo.server.search   
org.fcrepo.server.security   
org.fcrepo.server.storage   
org.fcrepo.server.storage.lowlevel   
org.fcrepo.server.storage.lowlevel.akubra   
org.fcrepo.server.storage.translation   
org.fcrepo.server.storage.types   
org.fcrepo.server.utilities.rebuild   
org.fcrepo.server.validation   
 

Uses of ModuleInitializationException in org.fcrepo.server
 

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

Constructors in org.fcrepo.server that throw ModuleInitializationException
BasicServer(Element rootElement, File fedoraHomeDir)
           
Module(Map<String,String> moduleParameters, Server server, String role)
          Creates and initializes the Module.
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
 

Uses of ModuleInitializationException in org.fcrepo.server.access
 

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

Constructors in org.fcrepo.server.access that throw ModuleInitializationException
DefaultAccess(Map<String,String> moduleParameters, Server server, String role)
           Creates and initializes the Access Module.
DynamicAccessModule(Map moduleParameters, Server server, String role)
          Creates and initializes the Dynmamic Access Module.
 

Uses of ModuleInitializationException in org.fcrepo.server.journal
 

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

Constructors in org.fcrepo.server.journal that throw ModuleInitializationException
JournalConsumer(Map<String,String> parameters, 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 logger.
JournalCreator(Map<String,String> parameters, String role, ServerInterface server)
          Get a JournalWriter to use, based on the server parameters.
Journaler(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.journal.readerwriter.singlefile
 

Constructors in org.fcrepo.server.journal.readerwriter.singlefile that throw ModuleInitializationException
SingleFileJournalReader(Map<String,String> parameters, 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 org.fcrepo.server.journal.recoverylog
 

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

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

Uses of ModuleInitializationException in org.fcrepo.server.management
 

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

Constructors in org.fcrepo.server.management that throw ModuleInitializationException
BasicPIDGenerator(Map moduleParameters, Server server, String role)
          Constructs a BasicPIDGenerator.
ManagementModule(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.messaging
 

Methods in org.fcrepo.server.messaging that throw ModuleInitializationException
 void MessagingModule.initModule()
           
 void MessagingModule.postInitModule()
           
 

Constructors in org.fcrepo.server.messaging that throw ModuleInitializationException
MessagingModule(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.oai
 

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

Constructors in org.fcrepo.server.oai that throw ModuleInitializationException
FedoraOAIProviderModule(Map params, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.resourceIndex
 

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

Constructors in org.fcrepo.server.resourceIndex that throw ModuleInitializationException
ResourceIndexModule(Map<String,String> parameters, Server server, String role)
          Instantiate the module.
 

Uses of ModuleInitializationException in org.fcrepo.server.search
 

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

Constructors in org.fcrepo.server.search that throw ModuleInitializationException
FieldSearchSQLModule(Map params, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.security
 

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

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

Uses of ModuleInitializationException in org.fcrepo.server.storage
 

Methods in org.fcrepo.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 org.fcrepo.server.storage that throw ModuleInitializationException
ConnectionPoolManagerImpl(Map<String,String> moduleParameters, Server server, String role)
           Constructs a new ConnectionPoolManagerImpl
DefaultDOManager(Map<String,String> moduleParameters, Server server, String role)
          Creates a new DefaultDOManager.
DefaultExternalContentManager(Map<String,String> moduleParameters, Server server, String role)
          Creates a new DefaultExternalContentManager.
GSearchDOManager(Map moduleParameters, Server server, String role)
          Delegates construction to the superclass.
 

Uses of ModuleInitializationException in org.fcrepo.server.storage.lowlevel
 

Methods in org.fcrepo.server.storage.lowlevel that throw ModuleInitializationException
protected  String DefaultLowlevelStorageModule.getModuleParameter(String parameterName, boolean parameterAsAbsolutePath)
           
protected  Map<String,Object> DefaultLowlevelStorageModule.getModuleParameters()
           
 void DefaultLowlevelStorageModule.postInitModule()
           
 

Constructors in org.fcrepo.server.storage.lowlevel that throw ModuleInitializationException
DefaultLowlevelStorageModule(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.storage.lowlevel.akubra
 

Methods in org.fcrepo.server.storage.lowlevel.akubra that throw ModuleInitializationException
 void AkubraLowlevelStorageModule.postInitModule()
           
 

Constructors in org.fcrepo.server.storage.lowlevel.akubra that throw ModuleInitializationException
AkubraLowlevelStorageModule(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.storage.translation
 

Methods in org.fcrepo.server.storage.translation that throw ModuleInitializationException
 void DOTranslatorModule.initModule()
          Initializes the Module based on configuration parameters.
 

Constructors in org.fcrepo.server.storage.translation that throw ModuleInitializationException
DOTranslatorModule(Map<String,String> params, Server server, String role)
          Creates an instance using the standard Module constructor.
 

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

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

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

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

Constructors in org.fcrepo.server.utilities.rebuild that throw ModuleInitializationException
RebuildDOManager(Map moduleParameters, Server server, String role)
           
RebuildServer(Element rootConfigElement, File homeDir)
           
RebuildServer(File homeDir)
           
 

Uses of ModuleInitializationException in org.fcrepo.server.validation
 

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

Constructors in org.fcrepo.server.validation that throw ModuleInitializationException
DOValidatorModule(Map<String,String> moduleParameters, Server server, String role)
           Constructs a new DOValidatorModule
 



Copyright © 2011 DuraSpace. All Rights Reserved.