Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.server
Class Server

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

public class Server
extends java.lang.Object
implements SimulcastService


Field Summary
protected static ClientManager clientManager
           
protected static ConsoleManager consoleManager
           
protected static GroundStations groundStations
           
protected static long inputTimeOut
           
protected static Log log
           
static int logDisplayTime
           
protected static int maxSavedPasses
           
protected static PassManager passManager
           
protected static PlayerManager playerManager
           
protected static java.io.File spoolDir
           
protected static TLEManager tleManager
           
 
Constructor Summary
Server()
           
 
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

log

protected static Log log

passManager

protected static PassManager passManager

consoleManager

protected static ConsoleManager consoleManager

clientManager

protected static ClientManager clientManager

playerManager

protected static PlayerManager playerManager

tleManager

protected static TLEManager tleManager

groundStations

protected static GroundStations groundStations

spoolDir

protected static java.io.File spoolDir

maxSavedPasses

protected static int maxSavedPasses

inputTimeOut

protected static long inputTimeOut

logDisplayTime

public static int logDisplayTime
Constructor Detail

Server

public Server()
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