tariffcatalogue_i.h

Go to the documentation of this file.
00001 // OSB library ************************************************ -*- C++ -*-
00006 /*
00007   AUTHOR(S): Rene Schneider (rsn)
00008 
00009   RCS information
00010    $Name: OSB_060808 $
00011    $Revision: 1.111 $
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 
00031 #ifndef _TARIFFCATALOGUE_I_H_
00032 #define _TARIFFCATALOGUE_I_H_
00033 
00034 // ************************************************************************
00035 // included header files
00036 // + standard includes
00037 
00038 // + IDL skeleton
00039 #include "tariffcatalogueS.h"
00040 
00041 // + class declarations
00042 namespace OSB_DB {
00043     class Session;
00044 }
00045 
00046 // ************************************************************************
00047 // namespace extensions
00048 namespace OSB_CORBA {
00049     using namespace corba::common;
00050     using namespace corba::service;
00051     using namespace corba::tcat::cp;
00052     using namespace corba::tcat::ts;
00053 
00054 // ************************************************************************
00055 // class definitions
00056 
00057     // ********************************************************************
00058     // class TariffCatalogue_i
00088     class TariffCatalogue_i :
00089         public virtual POA_corba::tcat::TariffCatalogue
00090     {
00091     public:
00092         static const char* IFC;
00093 
00095         TariffCatalogue_i();
00096 
00097     public:                             // application support
00105         void read(OSB_DB::Session& session);
00106 
00107     public:                             // IDL implementation
00109 
00110 
00118         virtual ServiceElement getServiceElement(
00119             const ServiceElementId& seId
00120         ) throw (CORBA::SystemException, OsbCorbaException);
00121 
00123         virtual ServiceElementSeq* getServiceElements()
00124             throw (CORBA::SystemException);
00126 
00128 
00129 
00137         virtual ConnectionPt* getConnectionPt(
00138             const ConnectionPtId& cpId
00139         ) throw (CORBA::SystemException, OsbCorbaException);
00140 
00142         virtual ConnectionPtSeq* getConnectionPts()
00143             throw (CORBA::SystemException);
00145 
00147 
00148 
00156         virtual TariffSystem* getTariffSystem(
00157             const TariffSystemId& tsId
00158         ) throw (CORBA::SystemException, OsbCorbaException);
00159 
00161         virtual TariffSystemSeq* getTariffSystems()
00162             throw (CORBA::SystemException);
00164     };                                  // class TariffCatalogue_i
00165 }                                       // namespace OSB_CORBA
00166 #endif                                  // #ifndef _TARIFFCATALOGUE_I_H_

Generated on Sat Sep 2 14:25:53 2006 for OSB Library by  doxygen 1.4.7