Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorba::App Interface Reference

An interface for applications to exchange data objects. More...

#include <HxCorbaApp.idl>

List of all members.

Public Methods

void listObjectTypes (out StringSeq sl)
void listObjects (in string typeId, out StringSeq sl)
Object getObject (in string typeId, in string name)
boolean putObject (in string typeId, in string name, in Object obj)
void listImages (out StringSeq sl)
ImageRep getImage (in string name)
boolean putImage (in string name, in ImageRep img)


Detailed Description

An interface for applications to exchange data objects.


Member Function Documentation

void HxCorba::App::listObjectTypes out StringSeq    sl
 

void HxCorba::App::listObjects in string    typeId,
out StringSeq    sl
 

Object HxCorba::App::getObject in string    typeId,
in string    name
 

boolean HxCorba::App::putObject in string    typeId,
in string    name,
in Object    obj
 

void HxCorba::App::listImages out StringSeq    sl
 

ImageRep HxCorba::App::getImage in string    name
 

boolean HxCorba::App::putImage in string    name,
in ImageRep    img
 


The documentation for this interface was generated from the following file:
Generated on Mon Jan 27 15:09:39 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001