Package fr.gouv.vitam.scheduler.server
Class SchedulerMain
- java.lang.Object
-
- fr.gouv.vitam.scheduler.server.SchedulerMain
-
public class SchedulerMain extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PARAMETER_JETTY_SERVER_PORT
-
Constructor Summary
Constructors Constructor Description SchedulerMain(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)
void
start()
void
startAndJoin()
void
stop()
-
-
-
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
-
-