CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CoralServiceManager.h
Go to the documentation of this file.
1 #ifndef CondCore_DBCommon_CoralServiceManager_h
2 #define CondCore_DBCommon_CoralServiceManager_h
3 #include "CoralKernel/IPluginManager.h"
4 #include <set>
5 #include <string>
6 //
7 // Package: CondCore/DBCommon
8 // Class : CoralServiceManager
9 //
16 //
17 // Original Author: Zhen Xie
18 // Created: Wed Nov 12 10:48:50 CET 2008
19 // $Id $
20 //
21 namespace coral{
22  class ILoadableComponent;
23 }
24 namespace cond{
25  class CoralServiceManager : public coral::IPluginManager{
26  public:
27  virtual coral::ILoadableComponent* newComponent( const std::string& componentName );
29  virtual std::set<std::string> knownPlugins() const;
31  };
32 }
33 #endif
virtual coral::ILoadableComponent * newComponent(const std::string &componentName)
virtual std::set< std::string > knownPlugins() const
Returns the list of known components.