org.lsst.ccs.drivers.dscud
Class TestDscud

java.lang.Object
  extended by org.lsst.ccs.drivers.dscud.TestDscud
All Implemented Interfaces:
org.lsst.ccs.utilities.sa.CmndProcess.Dispatch

public class TestDscud
extends Object
implements org.lsst.ccs.utilities.sa.CmndProcess.Dispatch

Program to test the Java DSC universal driver routines

Author:
Owen Saxton

Method Summary
 void cleanup()
          Performs any necessary cleanup
 boolean dispatch(int code, int found, Object[] args)
          Dispatches a command
static void main(String[] args)
          Main program Loops reading and processing each new typed command line.
 void run()
          Routine to run the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Main program Loops reading and processing each new typed command line.


run

public void run()
Routine to run the test


dispatch

public boolean dispatch(int code,
                        int found,
                        Object[] args)
Dispatches a command

Specified by:
dispatch in interface org.lsst.ccs.utilities.sa.CmndProcess.Dispatch

cleanup

public void cleanup()
Performs any necessary cleanup



Copyright © 2013 LSST. All Rights Reserved.