Uses of Class
fr.gouv.vitam.common.exception.VitamApplicationServerException
Package
Description
Provides the web server application for the Access External module and the rest resources it uses.
Provides the web server application for the Access Internal module and the rest resources it uses.
Provides the web server application for the Collect External module and the rest resources it uses.
Basic Vitam Client Common interfaces
Common Exception package
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides a Common Vitam Server Interface
Provides a Vitam Common Application Interface
Standard Vitam Application Standard Resources
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
Provides the web server application and configuration for the IHM Demo module and the rest resource it uses
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides the web server application for the Ingest External module and the rest resources it uses.
Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.
Provides the web server application for the Logbook module and the rest resources it uses.
Provides the web server application for the Metadata module and the rest resources it uses.
Provides the web server application and configuration for the Processing Management module and the rest resource it uses
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
Provides the web server application and configuration for the for the Storage
Offer Default module and the rest resources it uses.
Provides the web server application for the Worker Server module and the rest resources it uses.
Provides the web server application for the Workspace module and the rest resources it uses.
-
Uses of VitamApplicationServerException in fr.gouv.vitam.access.external.rest
Modifier and TypeMethodDescriptionvoid
AccessExternalMain.start()
Start the servervoid
AccessExternalMain.startAndJoin()
Start and join the servervoid
AccessExternalMain.stop()
Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.access.internal.rest
Modifier and TypeMethodDescriptionvoid
AccessInternalMain.start()
void
AccessInternalMain.startAndJoin()
void
AccessInternalMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.batch.report.rest
Modifier and TypeMethodDescriptionvoid
BatchReportMain.start()
void
BatchReportMain.startAndJoin()
void
BatchReportMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.collect.external.external.rest
Modifier and TypeMethodDescriptionvoid
CollectExternalMain.start()
Start applicationvoid
CollectExternalMain.startAndJoin()
Start and join applicationvoid
CollectExternalMain.stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.collect.internal
Modifier and TypeMethodDescriptionvoid
CollectInternalMain.start()
void
CollectInternalMain.startAndJoin()
void
CollectInternalMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.common.client
Modifier and TypeMethodDescriptionvoid
AbstractMockClient.checkStatus
(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) void
MockOrRestClient.checkStatus()
Check the status from the servicevoid
MockOrRestClient.checkStatus
(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) Check the status from the service used to passe "X-SSL-CLIENT-CERT" header that contain a pem certificate -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.exception
Modifier and TypeClassDescriptionclass
Exception when the client is disconnected -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.external.client
Modifier and TypeMethodDescriptionvoid
AbstractMockClient.checkStatus
(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server
Modifier and TypeMethodDescriptionvoid
BasicVitamServer.configure
(org.eclipse.jetty.server.Handler applicationHandler) void
VitamServer.configure
(org.eclipse.jetty.server.Handler applicationHandler) Configure the server with one handlerstatic VitamServer
VitamServerFactory.newVitamServerByJettyConf
(String jettyConfigFile) Create a Vitam Server by jetty configvoid
BasicVitamServer.start()
For Junit tests, starts only, not joinvoid
VitamServer.start()
start the jetty server without join (Junit only)void
BasicVitamServer.startAndJoin()
void
VitamServer.startAndJoin()
Start the server with implicit Joinvoid
BasicVitamServer.stop()
For Junit tests, stops the servervoid
VitamServer.stop()
stop the jetty serverModifierConstructorDescriptionprotected
BasicVitamServer
(String jettyConfigPath) A Vitam server can be instantiated with a jetty xml configuration file. -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server.application
-
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server.application.resources
Modifier and TypeMethodDescriptionvoid
VitamServiceRegistry.checkDependencies
(int retry, long retryDelay) Check all the registered dependencies, except optional -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.serverv2
Modifier and TypeMethodDescriptionprotected org.eclipse.jetty.server.Handler
VitamStarter.buildApplicationHandler
(String configurationFile, VitamApplicationConfiguration configuration) final void
VitamStarter.run()
Run method, start and join the servervoid
VitamStarter.start()
For Junit tests, starts only, not joinvoid
VitamStarter.stop()
For Junit tests, stops the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.elastic.kibana.interceptor.rest
Modifier and TypeMethodDescriptionvoid
InterceptorMain.start()
Start the servervoid
InterceptorMain.startAndJoin()
Start and join the servervoid
InterceptorMain.stop()
Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.functional.administration.rest
Modifier and TypeMethodDescriptionvoid
AdminManagementMain.start()
Start applicationvoid
AdminManagementMain.startAndJoin()
Start and join applicationvoid
AdminManagementMain.stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.ihmdemo.appserver
Modifier and TypeMethodDescriptionvoid
IhmDemoMain.start()
void
IhmDemoMain.startAndJoin()
void
IhmDemoMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.ihmrecette.appserver
Modifier and TypeMethodDescriptionvoid
IhmRecetteMain.start()
void
IhmRecetteMain.startAndJoin()
void
IhmRecetteMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.ingest.external.rest
Modifier and TypeMethodDescriptionvoid
IngestExternalMain.start()
Start applicationvoid
IngestExternalMain.startAndJoin()
Start and join applicationvoid
IngestExternalMain.stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.ingest.internal.upload.rest
Modifier and TypeMethodDescriptionvoid
IngestInternalMain.start()
Start applicationvoid
IngestInternalMain.startAndJoin()
Start and join applicationvoid
IngestInternalMain.stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.logbook.rest
Modifier and TypeMethodDescriptionvoid
LogbookMain.start()
Start the servervoid
LogbookMain.startAndJoin()
Start and join the servervoid
LogbookMain.stop()
Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.metadata.rest
Modifier and TypeMethodDescriptionvoid
MetadataMain.start()
Start the servervoid
MetadataMain.startAndJoin()
Start and join the servervoid
MetadataMain.stop()
Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.processing.management.rest
Modifier and TypeMethodDescriptionvoid
ProcessManagementMain.start()
void
ProcessManagementMain.startAndJoin()
void
ProcessManagementMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.scheduler.server
Modifier and TypeMethodDescriptionvoid
SchedulerMain.start()
void
SchedulerMain.startAndJoin()
void
SchedulerMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.security.internal.rest
Modifier and TypeMethodDescriptionvoid
IdentityMain.start()
void
IdentityMain.startAndJoin()
void
IdentityMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.storage.engine.server.rest
Modifier and TypeMethodDescriptionvoid
StorageMain.start()
void
StorageMain.startAndJoin()
void
StorageMain.stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.storage.offers.rest
Modifier and TypeMethodDescriptionvoid
DefaultOfferMain.start()
Start the servervoid
DefaultOfferMain.startAndJoin()
Start and join the servervoid
DefaultOfferMain.stop()
Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.worker.server.rest
Modifier and TypeMethodDescriptionvoid
WorkerMain.start()
Start applicationvoid
WorkerMain.startAndJoin()
Start and join applicationvoid
WorkerMain.stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.workspace.rest
Modifier and TypeMethodDescriptionvoid
WorkspaceMain.start()
void
WorkspaceMain.startAndJoin()
void
WorkspaceMain.stop()