edu.stanford.slac.aida.dp.dpTest
Class DpTestServer

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpTest.DpTestServer

public class DpTestServer
extends java.lang.Object

This Service implements valid returned data for all of the data access calls. This is the entry-point class for the primary AIDA Test Data Provider. That is, you execute this class to start the test data server.

Version:
15-Aug-2002, Greg White (greg) removed "status =" from da.terminate() call, so compiles

Field Summary
static java.lang.String SERVERNAME
           
 
Constructor Summary
DpTestServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVERNAME

public static final java.lang.String SERVERNAME
See Also:
Constant Field Values
Constructor Detail

DpTestServer

public DpTestServer()
Method Detail

main

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