Uses of Class
fr.gouv.vitam.common.exception.VitamApplicationServerException
-
Packages that use VitamApplicationServerException Package Description fr.gouv.vitam.access.external.rest Provides the web server application for the Access External module and the rest resources it uses.fr.gouv.vitam.access.internal.rest Provides the web server application for the Access Internal module and the rest resources it uses.fr.gouv.vitam.batch.report.rest fr.gouv.vitam.collect.external.external.rest Provides the web server application for the Collect External module and the rest resources it uses.fr.gouv.vitam.collect.internal fr.gouv.vitam.common.client Basic Vitam Client Common interfacesfr.gouv.vitam.common.exception Common Exception packagefr.gouv.vitam.common.external.client Contains generic VitamClient and associated basic implementation used as base for every specific client module.fr.gouv.vitam.common.server Provides a Common Vitam Server Interfacefr.gouv.vitam.common.server.application Provides a Vitam Common Application Interfacefr.gouv.vitam.common.server.application.resources Standard Vitam Application Standard Resourcesfr.gouv.vitam.common.serverv2 fr.gouv.vitam.elastic.kibana.interceptor.rest fr.gouv.vitam.functional.administration.rest Provides the web server application and configuration for the Functional administration module and the rest resource it usesfr.gouv.vitam.ihmdemo.appserver Provides the web server application and configuration for the IHM Demo module and the rest resource it usesfr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it usesfr.gouv.vitam.ingest.external.rest Provides the web server application for the Ingest External module and the rest resources it uses.fr.gouv.vitam.ingest.internal.upload.rest Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses.fr.gouv.vitam.logbook.rest Provides the web server application for the Logbook module and the rest resources it uses.fr.gouv.vitam.metadata.rest Provides the web server application for the Metadata module and the rest resources it uses.fr.gouv.vitam.processing.management.rest Provides the web server application and configuration for the Processing Management module and the rest resource it usesfr.gouv.vitam.scheduler.server fr.gouv.vitam.security.internal.rest fr.gouv.vitam.storage.engine.server.rest Provides the web server application and configuration for the Storage Engine Server module and the rest resources it uses.fr.gouv.vitam.storage.offers.rest Provides the web server application and configuration for the for the Storage Offer Default module and the rest resources it uses.fr.gouv.vitam.worker.server.rest Provides the web server application for the Worker Server module and the rest resources it uses.fr.gouv.vitam.workspace.rest 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
Methods in fr.gouv.vitam.access.external.rest that throw VitamApplicationServerException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.access.internal.rest that throw VitamApplicationServerException Modifier and Type Method Description void
AccessInternalMain. start()
void
AccessInternalMain. startAndJoin()
void
AccessInternalMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.batch.report.rest
Methods in fr.gouv.vitam.batch.report.rest that throw VitamApplicationServerException Modifier and Type Method Description void
BatchReportMain. start()
void
BatchReportMain. startAndJoin()
void
BatchReportMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest that throw VitamApplicationServerException Modifier and Type Method Description void
CollectExternalMain. start()
Start applicationvoid
CollectExternalMain. startAndJoin()
Start and join applicationvoid
CollectExternalMain. stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.collect.internal
Methods in fr.gouv.vitam.collect.internal that throw VitamApplicationServerException Modifier and Type Method Description void
CollectInternalMain. start()
void
CollectInternalMain. startAndJoin()
void
CollectInternalMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that throw VitamApplicationServerException Modifier and Type Method Description void
AbstractMockClient. checkStatus(javax.ws.rs.core.MultivaluedHashMap<java.lang.String,java.lang.Object> headers)
void
MockOrRestClient. checkStatus()
Check the status from the servicevoid
MockOrRestClient. checkStatus(javax.ws.rs.core.MultivaluedHashMap<java.lang.String,java.lang.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
Subclasses of VitamApplicationServerException in fr.gouv.vitam.common.exception Modifier and Type Class Description class
VitamApplicationServerDisconnectException
Exception when the client is disconnected -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that throw VitamApplicationServerException Modifier and Type Method Description void
AbstractMockClient. checkStatus(javax.ws.rs.core.MultivaluedHashMap<java.lang.String,java.lang.Object> headers)
-
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server
Methods in fr.gouv.vitam.common.server that throw VitamApplicationServerException Modifier and Type Method Description void
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(java.lang.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 serverConstructors in fr.gouv.vitam.common.server that throw VitamApplicationServerException Constructor Description BasicVitamServer(java.lang.String jettyConfigPath)
A Vitam server can be instantiated with a jetty xml configuration file. -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server.application
Methods in fr.gouv.vitam.common.server.application that throw VitamApplicationServerException Modifier and Type Method Description void
VitamApplication. run()
Start the server as full daemon and blockingvoid
VitamApplicationInterface. start()
Start the server without blockingvoid
VitamApplicationInterface. stop()
Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server.application.resources
Methods in fr.gouv.vitam.common.server.application.resources that throw VitamApplicationServerException Modifier and Type Method Description void
VitamServiceRegistry. checkDependencies(int retry, long retryDelay)
Check all the registered dependencies, except optional -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.serverv2
Methods in fr.gouv.vitam.common.serverv2 that throw VitamApplicationServerException Modifier and Type Method Description protected org.eclipse.jetty.server.Handler
VitamStarter. buildApplicationHandler(java.lang.String configurationFile, VitamApplicationConfiguration configuration)
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
Methods in fr.gouv.vitam.elastic.kibana.interceptor.rest that throw VitamApplicationServerException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.functional.administration.rest that throw VitamApplicationServerException Modifier and Type Method Description void
AdminManagementMain. start()
Start applicationvoid
AdminManagementMain. startAndJoin()
Start and join applicationvoid
AdminManagementMain. stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.ihmdemo.appserver
Methods in fr.gouv.vitam.ihmdemo.appserver that throw VitamApplicationServerException Modifier and Type Method Description void
IhmDemoMain. start()
void
IhmDemoMain. startAndJoin()
void
IhmDemoMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw VitamApplicationServerException Modifier and Type Method Description void
IhmRecetteMain. start()
void
IhmRecetteMain. startAndJoin()
void
IhmRecetteMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.ingest.external.rest
Methods in fr.gouv.vitam.ingest.external.rest that throw VitamApplicationServerException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.ingest.internal.upload.rest that throw VitamApplicationServerException Modifier and Type Method Description void
IngestInternalMain. start()
Start applicationvoid
IngestInternalMain. startAndJoin()
Start and join applicationvoid
IngestInternalMain. stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.logbook.rest
Methods in fr.gouv.vitam.logbook.rest that throw VitamApplicationServerException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.metadata.rest that throw VitamApplicationServerException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.processing.management.rest that throw VitamApplicationServerException Modifier and Type Method Description void
ProcessManagementMain. start()
void
ProcessManagementMain. startAndJoin()
void
ProcessManagementMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.scheduler.server
Methods in fr.gouv.vitam.scheduler.server that throw VitamApplicationServerException Modifier and Type Method Description void
SchedulerMain. start()
void
SchedulerMain. startAndJoin()
void
SchedulerMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.security.internal.rest
Methods in fr.gouv.vitam.security.internal.rest that throw VitamApplicationServerException Modifier and Type Method Description void
IdentityMain. start()
void
IdentityMain. startAndJoin()
void
IdentityMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest that throw VitamApplicationServerException Modifier and Type Method Description void
StorageMain. start()
void
StorageMain. startAndJoin()
void
StorageMain. stop()
-
Uses of VitamApplicationServerException in fr.gouv.vitam.storage.offers.rest
Methods in fr.gouv.vitam.storage.offers.rest that throw VitamApplicationServerException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.worker.server.rest that throw VitamApplicationServerException Modifier and Type Method Description void
WorkerMain. start()
Start applicationvoid
WorkerMain. startAndJoin()
Start and join applicationvoid
WorkerMain. stop()
Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.workspace.rest
Methods in fr.gouv.vitam.workspace.rest that throw VitamApplicationServerException Modifier and Type Method Description void
WorkspaceMain. start()
void
WorkspaceMain. startAndJoin()
void
WorkspaceMain. stop()
-