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

HxCorbaConfigure.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2001, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxCorbaConfigure_idl
00010 #define HxCorbaConfigure_idl
00011 
00012 #include "HxCorbaTypes.idl"
00013 
00014 module HxCorba
00015 {
00016 
00018 interface ObjectUsage
00019 {
00020     long                getUsed(in string unit);
00021     long                getTotalLimit(in string unit);
00022     void                setTotalLimit(in string unit, in long limit);
00023     long                getObjectLimit(in string unit);
00024     void                setObjectLimit(in string unit, in long limit);
00025     StringSeq           listUnits();
00026 
00027     void                close();
00028 };
00029     
00030 
00032 interface Configure
00033 {
00034     void                shutdown();
00035 
00036     ObjectUsage         getDefaultObjectUsage();
00037     ObjectUsage         getObjectUsage(in string name);
00038 
00039     StringSeq           listObjectUsages();
00040 };
00041 
00042 }; // module HxCorba
00043 
00044 #endif //HxCorbaConfigure_idl

Generated on Mon Jan 27 15:09:38 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001