Uses of Interface
fr.gouv.vitam.common.server.VitamServerInterface
-
Packages that use VitamServerInterface Package Description fr.gouv.vitam.common.server Provides a Common Vitam Server Interfacefr.gouv.vitam.common.server.application Provides a Vitam Common Application Interface -
-
Uses of VitamServerInterface in fr.gouv.vitam.common.server
Subinterfaces of VitamServerInterface in fr.gouv.vitam.common.server Modifier and Type Interface Description interfaceVitamServerInterface for every Vitam REST ServerClasses in fr.gouv.vitam.common.server that implement VitamServerInterface Modifier and Type Class Description classBasicVitamServerBasic implementation of a vitam server using embedded jetty as underlying app server -
Uses of VitamServerInterface in fr.gouv.vitam.common.server.application
Methods in fr.gouv.vitam.common.server.application that return VitamServerInterface Modifier and Type Method Description VitamServerInterfaceVitamApplicationInterface. getVitamServer()retrieve the vitam server
-