Uses of Class
fedora.server.Server

Packages that use Server
fedora.server   
fedora.server.access   
fedora.server.journal   
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 Server in fedora.server
 

Subclasses of Server in fedora.server
 class BasicServer
          Fedora Server.
 

Methods in fedora.server that return Server
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)
           
 Server Module.getServer()
          Gets the Server instance to which this Module belongs.
 

Constructors in fedora.server with parameters of type Server
Module(java.util.Map moduleParameters, Server server, java.lang.String role)
          Creates and initializes the Module.
 

Uses of Server in fedora.server.access
 

Constructors in fedora.server.access with parameters of type Server
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 Server in fedora.server.journal
 

Constructors in fedora.server.journal with parameters of type Server
Journaller(java.util.Map<java.lang.String,java.lang.String> moduleParameters, Server server, java.lang.String role)
           
ServerWrapper(Server server)
           
 

Uses of Server in fedora.server.management
 

Methods in fedora.server.management that return Server
 Server UploadServlet.getServer()
           
 

Constructors in fedora.server.management with parameters of type Server
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 Server in fedora.server.oai
 

Constructors in fedora.server.oai with parameters of type Server
FedoraOAIProviderModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.resourceIndex
 

Constructors in fedora.server.resourceIndex with parameters of type Server
ResourceIndexModule(java.util.Map parameters, Server server, java.lang.String role)
          Instantiate the module.
 

Uses of Server in fedora.server.search
 

Constructors in fedora.server.search with parameters of type Server
FieldSearchSQLModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.security
 

Constructors in fedora.server.security with parameters of type Server
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 Server in fedora.server.storage
 

Fields in fedora.server.storage declared as Server
protected static Server FastDOReader.s_server
          Fedora server instance
 

Constructors in fedora.server.storage with parameters of type Server
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 Server in fedora.server.storage.lowlevel
 

Constructors in fedora.server.storage.lowlevel with parameters of type Server
DefaultLowlevelStorageModule(java.util.Map moduleParameters, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.storage.replication
 

Constructors in fedora.server.storage.replication with parameters of type Server
DefaultDOReplicator(java.util.Map moduleParameters, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.storage.translation
 

Constructors in fedora.server.storage.translation with parameters of type Server
DOTranslatorModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.utilities
 

Constructors in fedora.server.utilities with parameters of type Server
ThreadMonitorModule(java.util.Map params, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.utilities.rebuild
 

Subclasses of Server in fedora.server.utilities.rebuild
 class RebuildServer
           
 

Methods in fedora.server.utilities.rebuild that return Server
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.
 

Constructors in fedora.server.utilities.rebuild with parameters of type Server
RebuildDOManager(java.util.Map moduleParameters, Server server, java.lang.String role)
           
 

Uses of Server in fedora.server.validation
 

Constructors in fedora.server.validation with parameters of type Server
DOValidatorModule(java.util.Map moduleParameters, Server server, java.lang.String role)
          Constructs a new DOValidatorModule