Class IhmRecetteMain
- java.lang.Object
-
- fr.gouv.vitam.ihmrecette.appserver.IhmRecetteMain
-
public class IhmRecetteMain extends java.lang.Object
Ihm-recette web application
-
-
Constructor Summary
Constructors Constructor Description IhmRecetteMain(java.lang.String configurationFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main method to run the application (doing start and join)void
start()
void
startAndJoin()
void
stop()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Main method to run the application (doing start and join)- Parameters:
args
-
-
start
public void start() throws VitamApplicationServerException
- Throws:
VitamApplicationServerException
-
startAndJoin
public void startAndJoin() throws VitamApplicationServerException
- Throws:
VitamApplicationServerException
-
stop
public void stop() throws VitamApplicationServerException
- Throws:
VitamApplicationServerException
-
-