|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.Parameterized
org.fcrepo.server.Pluggable
org.fcrepo.server.Server
org.fcrepo.server.BasicServer
public class BasicServer
Fedora Server.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.fcrepo.common.Constants |
|---|
Constants.FedoraHome |
| Field Summary |
|---|
| Fields inherited from interface org.springframework.beans.factory.BeanFactory |
|---|
FACTORY_BEAN_PREFIX |
| Constructor Summary | |
|---|---|
BasicServer(Element rootElement,
File fedoraHomeDir)
|
|
| Method Summary | |
|---|---|
String[] |
getRequiredModuleRoles()
Gets the names of the roles that are required to be fulfilled by modules specified in this server's configuration file. |
void |
initServer()
Performs any server start-up tasks particular to this type of Server. |
void |
postInitServer()
Second stage of Server initialization. |
| Methods inherited from class org.fcrepo.server.Pluggable |
|---|
getHelp, getOptionalParameters, getParameterHelp, getRequiredParameters |
| Methods inherited from class org.fcrepo.server.Parameterized |
|---|
getParameter, getParameter, getParameter, getParameterList, getParameters, getParameters, parameterNames, setParameter, setParameters, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicServer(Element rootElement,
File fedoraHomeDir)
throws ServerInitializationException,
ModuleInitializationException
ServerInitializationException
ModuleInitializationException| Method Detail |
|---|
public void initServer()
throws ServerInitializationException
ServerThis is guaranteed to be run before any modules are loaded. The default implementation does nothing.
initServer in class ServerServerInitializationException - If a severe server startup-related error occurred.public String[] getRequiredModuleRoles()
getRequiredModuleRoles in class Pluggable
public void postInitServer()
throws ServerInitializationException
ServerThis is guaranteed to be run after all Modules have been loaded and all module initialization (initModule() and postInitModule()) has taken place. The default implementation does nothing.
postInitServer in class ServerServerInitializationException - If a severe server startup-related error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||