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. Note that NetcdfDatast / GridDataset is opened/closed on each request. LOOK test caching performance.
-
-
Constructor Summary
Constructors Constructor Description GcdmServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Main launches the server from the command line.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, InterruptedException
Main launches the server from the command line.- Throws:
IOExceptionInterruptedException
-
-