Package fr.gouv.vitam.batch.report.rest
Class BatchReportMain
- java.lang.Object
-
- fr.gouv.vitam.batch.report.rest.BatchReportMain
-
public class BatchReportMain extends java.lang.ObjectMassReportMain
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETER_JETTY_SERVER_PORT
-
Constructor Summary
Constructors Constructor Description BatchReportMain(java.lang.String configurationFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidstart()voidstartAndJoin()voidstop()
-
-
-
Field Detail
-
PARAMETER_JETTY_SERVER_PORT
public static final java.lang.String PARAMETER_JETTY_SERVER_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(java.lang.String[] 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
-
-