Public Member Functions | |
virtual void | setUnloadComponents (bool allowUnload)=0 |
virtual void * | getObject (string objectName)=0 |
virtual set< string > * | getObjectsFromInterface (string interfaceName)=0 |
virtual map< string, set < string > * > * | getUnsolvedDependencies ()=0 |
virtual bool | releaseComponentFromObject (string objName)=0 |
virtual void | refreshComponentDescription ()=0 |
virtual map< string, IComponent * > * | getComponentDescription ()=0 |
virtual bool | isAvailable (string objName)=0 |
Static Public Member Functions | |
static IComponentManager * | getCMInstance () |