Package org.opentrafficsim.demo.web
Class OTSDemoServer
java.lang.Object
org.opentrafficsim.demo.web.OTSDemoServer
- All Implemented Interfaces:
Checkable
public class OTSDemoServer extends java.lang.Object implements Checkable
OTSDemoServer.java.
Copyright (c) 2003-2019 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Copyright (c) 2003-2019 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OTSDemoServer.XHRHandler
Answer handles the events from the web-based user interface for a demo. -
Constructor Summary
Constructors Constructor Description OTSDemoServer()
Constructor to set any variables to default values if needed. -
Method Summary
-
Constructor Details
-
OTSDemoServer
public OTSDemoServer()Constructor to set any variables to default values if needed.
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionRun a SuperDemo OTS Web server.- Parameters:
args
- String[]; param=value style parameters. Used: maxProcesses=20 maxTimeMinutes=30- Throws:
java.lang.Exception
- on Jetty error
-
check
public void check() throws java.lang.Exception
-