Package ucar.gcdm.server
Class GcdmServer
- java.lang.Object
-
- ucar.gcdm.server.GcdmServer
-
public class GcdmServer extends Object
Server that manages startup/shutdown of a gCDM Server.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_MESSAGE
-
Constructor Summary
Constructors Constructor Description GcdmServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main launches the server from the command line.
-
-
-
Field Detail
-
MAX_MESSAGE
public static final int MAX_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, InterruptedException
Main launches the server from the command line.- Throws:
IOException
InterruptedException
-
-