edu.stanford.slac.aida.dp.dpTestHist
Class DpTestHistServer

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpTestHist.DpTestHistServer

public class DpTestHistServer
extends java.lang.Object

This is the entry-point class for the AIDA JAVA Test History Data Provider. You execute this class to start the test history data server. This test data provider exists only to validate Aida's acquisition of IDL defined type values. That is, the get() method of DpTestHistI_impl returns an Any constructed by streaming an IDL defined type into a CORBA Any by that type's insert() method. At the time of writing DpTestHist only implements the get() and get_doublea() methods!

This Service is accessed with Instance string: "test" and Attribute "val.hist" ie "test//val.hist"

Version:
16-Sep-2004, Greg White (greg): Convert for Err singleton re-write.
Author:
Greg White Jan-2004.

Field Summary
static java.lang.String SERVERNAME
           
 
Constructor Summary
DpTestHistServer()
           
 
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

DpTestHistServer

public DpTestHistServer()
Method Detail

main

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