Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.images
Class Images

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.images.Images
All Implemented Interfaces:
SimulcastService

public class Images
extends java.lang.Object
implements SimulcastService


Field Summary
protected static java.lang.String configFile
           
protected static java.io.File handlerScriptFile
           
protected static java.lang.String imageExistingPasses
           
protected static boolean imageNewPasses
           
protected static Log log
           
protected static ServerHandler serverHandler
           
protected static HostPort serverHostPort
           
 
Constructor Summary
Images()
           
 
Method Summary
static void main(java.lang.String[] args)
          main.
 void start(java.lang.String[] args)
          start.
static void stop()
          stop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configFile

protected static java.lang.String configFile

serverHandler

protected static ServerHandler serverHandler

serverHostPort

protected static HostPort serverHostPort

imageExistingPasses

protected static java.lang.String imageExistingPasses

imageNewPasses

protected static boolean imageNewPasses

handlerScriptFile

protected static java.io.File handlerScriptFile

log

protected static Log log
Constructor Detail

Images

public Images()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
main.

Throws:
java.lang.Exception

start

public void start(java.lang.String[] args)
           throws java.lang.Exception
start.

Specified by:
start in interface SimulcastService
Throws:
java.lang.Exception

stop

public static void stop()
stop. On Windows, invoked when the service is told to stop.


Simulcast 4.2