Package edu.stanford.slac.aida.dp.dpTestHist

Illustrates a Java data provider constructing and returning structured aggregate data (see get method) using an ad-hoc IDL defined structure, as opposed to using Aida's DaValue mechanism.

See:
          Description

Interface Summary
DpTestHistI  
DpTestHistIOperations  
 

Class Summary
_DpTestHistIStub  
DpTestHistI_impl The CORBA servant implementation of the DpTestHist server.
DpTestHistIHelper  
DpTestHistIHolder  
DpTestHistIPOA  
DpTestHistServer This is the entry-point class for the AIDA JAVA Test History Data Provider.
histData  
histDataHelper  
histDataHolder  
 

Package edu.stanford.slac.aida.dp.dpTestHist Description

Illustrates a Java data provider constructing and returning structured aggregate data (see get method) using an ad-hoc IDL defined structure, as opposed to using Aida's DaValue mechanism. This is java code complimentary to the example of $AIDA/src/epics/extensions/src/dp/dpChads which demonstrates the same data provider problem in c++. This server is maintained in addition to dpChads as a speed reference and java code example. Last modified: Mon Aug 16 18:32:13 PDT 2004