gov.nasa.gsfc.aisb.simulcast.processor
Class Processor
java.lang.Object
gov.nasa.gsfc.aisb.simulcast.processor.Processor
- All Implemented Interfaces:
- SimulcastService
public class Processor
- extends java.lang.Object
- implements SimulcastService
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 |
log
protected static Log log
handlerCache
protected static HandlerCache handlerCache
lutsManager
protected static LUTsManager lutsManager
inputTimeOut
protected static long inputTimeOut
Processor
public Processor()
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.