Uses of Class
org.fcrepo.server.Server

Packages that use Server
org.fcrepo.server   
org.fcrepo.server.access   
org.fcrepo.server.journal   
org.fcrepo.server.management   
org.fcrepo.server.messaging   
org.fcrepo.server.oai   
org.fcrepo.server.resourceIndex   
org.fcrepo.server.rest   
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.utilities.rebuild   
org.fcrepo.server.validation   
 

Uses of Server in org.fcrepo.server
 

Subclasses of Server in org.fcrepo.server
 class BasicServer
          Fedora Server.
 

Fields in org.fcrepo.server with type parameters of type Server
protected static Map<File,Server> Server.s_instances
          Holds an instance of a Server for each distinct File given as a parameter to getInstance(...)
 

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

Constructors in org.fcrepo.server with parameters of type Server
Module(Map<String,String> moduleParameters, Server server, String role)
          Creates and initializes the Module.
 

Uses of Server in org.fcrepo.server.access
 

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

Constructors in org.fcrepo.server.journal with parameters of type Server
Journaler(Map<String,String> moduleParameters, Server server, String role)
           
ServerWrapper(Server server)
           
 

Uses of Server in org.fcrepo.server.management
 

Constructors in org.fcrepo.server.management with parameters of type Server
BasicPIDGenerator(Map moduleParameters, Server server, String role)
          Constructs a BasicPIDGenerator.
ManagementModule(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of Server in org.fcrepo.server.messaging
 

Constructors in org.fcrepo.server.messaging with parameters of type Server
MessagingModule(Map<String,String> moduleParameters, Server server, String role)
           
 

Uses of Server in org.fcrepo.server.oai
 

Constructors in org.fcrepo.server.oai with parameters of type Server
FedoraOAIProviderModule(Map params, Server server, String role)
           
 

Uses of Server in org.fcrepo.server.resourceIndex
 

Constructors in org.fcrepo.server.resourceIndex with parameters of type Server
ResourceIndexModule(Map<String,String> parameters, Server server, String role)
          Instantiate the module.
 

Uses of Server in org.fcrepo.server.rest
 

Fields in org.fcrepo.server.rest declared as Server
protected  Server BaseRestResource.fedoraServer
           
 

Constructors in org.fcrepo.server.rest with parameters of type Server
DatastreamFilenameHelper(Server fedoraServer, Management management, Access access)
          Read configuration information from fedora.fcfg
 

Uses of Server in org.fcrepo.server.search
 

Constructors in org.fcrepo.server.search with parameters of type Server
FieldSearchSQLModule(Map params, Server server, String role)
           
 

Uses of Server in org.fcrepo.server.security
 

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

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

Constructors in org.fcrepo.server.storage.lowlevel with parameters of type Server
DefaultLowlevelStorageModule(Map<String,String> moduleParameters, Server server, String role)
           
 

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

Constructors in org.fcrepo.server.storage.lowlevel.akubra with parameters of type Server
AkubraLowlevelStorageModule(Map<String,String> moduleParameters, Server server, String role)
           
 

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

Constructors in org.fcrepo.server.storage.translation with parameters of type Server
DOTranslatorModule(Map<String,String> params, Server server, String role)
          Creates an instance using the standard Module constructor.
 

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

Subclasses of Server in org.fcrepo.server.utilities.rebuild
 class RebuildServer
           
 

Methods in org.fcrepo.server.utilities.rebuild that return Server
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.
static Server Rebuild.getServer()
          Gets the instance of the server appropriate for rebuilding.
 

Constructors in org.fcrepo.server.utilities.rebuild with parameters of type Server
Rebuild(Rebuilder rebuilder, Map<String,String> options, Server server)
           
RebuildDOManager(Map moduleParameters, Server server, String role)
           
 

Uses of Server in org.fcrepo.server.validation
 

Constructors in org.fcrepo.server.validation with parameters of type Server
DOValidatorModule(Map<String,String> moduleParameters, Server server, String role)
           Constructs a new DOValidatorModule
 



Copyright © 2011 DuraSpace. All Rights Reserved.