osbmodule.idl

Go to the documentation of this file.
00001 // OSB library ************************************************ -*- C++ -*-
00006 /*
00007   AUTHOR(S): Stephan Broennimann (vb)
00008 
00009   RCS information
00010    $Name: OSB_060808 $
00011    $Revision: 1.5.2.1 $
00012 
00013   License
00014    OSB rating and billing library for communication networks
00015    Copyright (C) 2004, 2005, 2006  OSB systems
00016 
00017    This file may be distributed and/or modify under the terms of the
00018    GNU General Public License (GPL) as published by the Free Software
00019    Foundation which is provided in the file LICENSE.GPL included in the
00020    packaging of this file.
00021 
00022    The file is distributed in the hope that it will be useful, but WITHOUT
00023    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00024    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
00025    for more details.
00026 
00027    Holders of a OSB Commercial License may use this file under the terms
00028    and conditions of this commercial license.
00029  */
00030 #ifndef _OSBMODULE_IDL_
00031 #define _OSBMODULE_IDL_
00032 
00033 // ************************************************************************
00034 // included idl files
00035 #include "corba_utility.idl"
00036 
00037 // + interface declarations
00038 
00039 // ************************************************************************
00040 // module extensions
00041 module corba {
00042   module osbadm {
00043 
00044     // ********************************************************************
00045     // interface definitions
00049     interface OsbModules {
00051         const long noModule       = 0;
00053 
00054         const long collection     = 1;
00055         const long conversion     = 2;
00056         const long aggregation    = 3;
00057         const long correlation    = 4;
00058         const long rating         = 5;
00059         const long billing        = 6;
00060         const long storage        = 7;
00061         // skipped: const long mediation = 9;
00063 
00065 
00066         const long namingService  = 11;
00067         const long cadminServer   = 12;
00068         const long osbadminServer = 13;
00069         const long nadminServer   = 14;
00070         const long padminServer   = 15;
00072 
00074 
00075         const long tadminGui      = 21;
00077 
00079 
00080         const long cadminWeb      = 31;
00081         const long nadminWeb      = 32;
00082         const long padminWeb      = 33;
00083         const long uadminWeb      = 34;
00084         const long radminWeb      = 35;
00085         const long aradminWeb     = 36;
00087 
00089         const long allModules     = 255;
00090     };                                  // interface OsbModules
00091 
00095     struct ModuleId {
00101         long id;
00102     };                                  // struct ModuleId
00103 
00105     typedef sequence<ModuleId> ModuleIdSeq;
00106 
00110     struct ModuleInfo {
00116         ModuleId id;
00117 
00119         common::Utf8String name;
00121         common::Utf8String type;
00122     };                                  // struct ModuleInfo
00123 
00125     typedef sequence<ModuleInfo> ModuleSeq;
00126   };                                    // module osbadm
00127 };                                      // module corba
00128 #endif                                  // #ifndef _OSBMODULE_IDL_

Generated on Sat Sep 2 14:23:00 2006 for OSB Library by  doxygen 1.4.7