Package fr.gouv.vitam.scheduler.server
Class SchedulerMain
- java.lang.Object
-
- fr.gouv.vitam.scheduler.server.SchedulerMain
-
public class SchedulerMain extends java.lang.Object
-
-
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()
-
-
-
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
-
-