Uses of Class
fr.gouv.vitam.common.exception.VitamApplicationServerException
Packages that use 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
Methods in fr.gouv.vitam.access.external.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidAccessExternalMain.start()Start the servervoidAccessExternalMain.startAndJoin()Start and join the servervoidAccessExternalMain.stop()Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.access.internal.rest
Methods in fr.gouv.vitam.access.internal.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidAccessInternalMain.start()voidAccessInternalMain.startAndJoin()voidAccessInternalMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.batch.report.rest
Methods in fr.gouv.vitam.batch.report.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidBatchReportMain.start()voidBatchReportMain.startAndJoin()voidBatchReportMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.collect.external.external.rest
Methods in fr.gouv.vitam.collect.external.external.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidCollectExternalMain.start()Start applicationvoidCollectExternalMain.startAndJoin()Start and join applicationvoidCollectExternalMain.stop()Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.collect.internal
Methods in fr.gouv.vitam.collect.internal that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidCollectInternalMain.start()voidCollectInternalMain.startAndJoin()voidCollectInternalMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidAbstractMockClient.checkStatus(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) voidMockOrRestClient.checkStatus()Check the status from the servicevoidMockOrRestClient.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
Subclasses of VitamApplicationServerException in fr.gouv.vitam.common.exceptionModifier and TypeClassDescriptionclassException 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 VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidAbstractMockClient.checkStatus(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server
Methods in fr.gouv.vitam.common.server that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidBasicVitamServer.configure(org.eclipse.jetty.server.Handler applicationHandler) voidVitamServer.configure(org.eclipse.jetty.server.Handler applicationHandler) Configure the server with one handlerstatic VitamServerVitamServerFactory.newVitamServerByJettyConf(String jettyConfigFile) Create a Vitam Server by jetty configvoidBasicVitamServer.start()For Junit tests, starts only, not joinvoidVitamServer.start()start the jetty server without join (Junit only)voidBasicVitamServer.startAndJoin()voidVitamServer.startAndJoin()Start the server with implicit JoinvoidBasicVitamServer.stop()For Junit tests, stops the servervoidVitamServer.stop()stop the jetty serverConstructors in fr.gouv.vitam.common.server that throw VitamApplicationServerExceptionModifierConstructorDescriptionprotectedBasicVitamServer(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 -
Uses of VitamApplicationServerException in fr.gouv.vitam.common.server.application.resources
Methods in fr.gouv.vitam.common.server.application.resources that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidVitamServiceRegistry.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 VitamApplicationServerExceptionModifier and TypeMethodDescriptionprotected org.eclipse.jetty.server.HandlerVitamStarter.buildApplicationHandler(String configurationFile, VitamApplicationConfiguration configuration) final voidVitamStarter.run()Run method, start and join the servervoidVitamStarter.start()For Junit tests, starts only, not joinvoidVitamStarter.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 VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidInterceptorMain.start()Start the servervoidInterceptorMain.startAndJoin()Start and join the servervoidInterceptorMain.stop()Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.functional.administration.rest
Methods in fr.gouv.vitam.functional.administration.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidAdminManagementMain.start()Start applicationvoidAdminManagementMain.startAndJoin()Start and join applicationvoidAdminManagementMain.stop()Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.ihmdemo.appserver
Methods in fr.gouv.vitam.ihmdemo.appserver that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidIhmDemoMain.start()voidIhmDemoMain.startAndJoin()voidIhmDemoMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidIhmRecetteMain.start()voidIhmRecetteMain.startAndJoin()voidIhmRecetteMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.ingest.external.rest
Methods in fr.gouv.vitam.ingest.external.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidIngestExternalMain.start()Start applicationvoidIngestExternalMain.startAndJoin()Start and join applicationvoidIngestExternalMain.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 VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidIngestInternalMain.start()Start applicationvoidIngestInternalMain.startAndJoin()Start and join applicationvoidIngestInternalMain.stop()Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.logbook.rest
Methods in fr.gouv.vitam.logbook.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidLogbookMain.start()Start the servervoidLogbookMain.startAndJoin()Start and join the servervoidLogbookMain.stop()Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.metadata.rest
Methods in fr.gouv.vitam.metadata.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidMetadataMain.start()Start the servervoidMetadataMain.startAndJoin()Start and join the servervoidMetadataMain.stop()Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.processing.management.rest
Methods in fr.gouv.vitam.processing.management.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidProcessManagementMain.start()voidProcessManagementMain.startAndJoin()voidProcessManagementMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.scheduler.server
Methods in fr.gouv.vitam.scheduler.server that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidSchedulerMain.start()voidSchedulerMain.startAndJoin()voidSchedulerMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.security.internal.rest
Methods in fr.gouv.vitam.security.internal.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidIdentityMain.start()voidIdentityMain.startAndJoin()voidIdentityMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidStorageMain.start()voidStorageMain.startAndJoin()voidStorageMain.stop() -
Uses of VitamApplicationServerException in fr.gouv.vitam.storage.offers.rest
Methods in fr.gouv.vitam.storage.offers.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidDefaultOfferMain.start()Start the servervoidDefaultOfferMain.startAndJoin()Start and join the servervoidDefaultOfferMain.stop()Stop the server -
Uses of VitamApplicationServerException in fr.gouv.vitam.worker.server.rest
Methods in fr.gouv.vitam.worker.server.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidWorkerMain.start()Start applicationvoidWorkerMain.startAndJoin()Start and join applicationvoidWorkerMain.stop()Stop application -
Uses of VitamApplicationServerException in fr.gouv.vitam.workspace.rest
Methods in fr.gouv.vitam.workspace.rest that throw VitamApplicationServerExceptionModifier and TypeMethodDescriptionvoidWorkspaceMain.start()voidWorkspaceMain.startAndJoin()voidWorkspaceMain.stop()