00001 // OSB library ********************************************* -*- IDL -*- 00009 /* 00010 AUTHOR(S): Elangovan Anaganan (aen) 00011 00012 RCS information 00013 $Name: OSB_060808 $ 00014 $Revision: 1.8.2.1 $ 00015 00016 License 00017 OSB rating and billing library for communication networks 00018 Copyright (C) 2004, 2005, 2006 OSB systems 00019 00020 This file may be distributed and/or modify under the terms of the 00021 GNU General Public License (GPL) as published by the Free Software 00022 Foundation which is provided in the file LICENSE.GPL included in the 00023 packaging of this file. 00024 00025 The file is distributed in the hope that it will be useful, but WITHOUT 00026 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00027 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00028 for more details. 00029 00030 Holders of a OSB Commercial License may use this file under the terms 00031 and conditions of this commercial license. 00032 */ 00033 #ifndef _OSBADMIN_IDL_ 00034 #define _OSBADMIN_IDL_ 00035 00036 // ********************************************************************* 00037 // included header files 00038 // + local includes 00039 #include "corba_utility.idl" 00040 #include "osbmodule.idl" 00041 #include "osbusermgr.idl" 00042 00043 // ********************************************************************* 00044 // module extensions 00045 module corba { 00046 module osbadm { 00047 00048 // ********************************************************************* 00049 // interface definitions 00056 interface OsbAdmin { 00058 readonly attribute common::ServerInfo getServerInfo; 00066 void ping(); 00067 00069 UserMgr getUserMgr(); 00070 00072 ModuleSeq getModules(); 00073 00080 ModuleInfo getModule(in ModuleId id) 00081 raises (common::OsbCorbaException); 00082 }; // interface OsbAdmin 00083 }; // module osbadm 00084 }; // module corba 00085 00086 #endif // ifndef _OSBADMIN_IDL_
1.4.7