NEOCCA bindings Specification  0.2.8
Public Member Functions
neo::cca::ports::ComponentFactory Class Reference

NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository. More...

#include <ComponentFactory.hh>

Inheritance diagram for neo::cca::ports::ComponentFactory:
Inheritance graph
[legend]
Collaboration diagram for neo::cca::ports::ComponentFactory:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~ComponentFactory ()
virtual std::vector< std::string > getComponentClassAliases ()=0
 Names of classes for which the associated factory can make instances.
virtual std::vector
< ComponentClassDescription_shared
getAvailableComponentClasses ()=0
 Descriptions of classes we know about.
virtual neo::cca::ComponentcreateComponentInstance (const std::string &classAlias)=0
virtual neo::cca::ComponentcreateComponentInstance (const std::string &classAlias, neo::cca::TypeMap_shared &properties)=0
virtual void destroyComponentInstance (const std::string &componentClassAlias, neo::cca::Component *component)=0

Detailed Description

NOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository.


Constructor & Destructor Documentation

{}

Member Function Documentation

virtual std::vector< std::string> neo::cca::ports::ComponentFactory::getComponentClassAliases ( ) [pure virtual]

Names of classes for which the associated factory can make instances.

The 'associated factory' is only accessible through BuilderService createInstance().

Descriptions of classes we know about.

virtual neo::cca::Component* neo::cca::ports::ComponentFactory::createComponentInstance ( const std::string &  classAlias) [pure virtual]
virtual neo::cca::Component* neo::cca::ports::ComponentFactory::createComponentInstance ( const std::string &  classAlias,
neo::cca::TypeMap_shared properties 
) [pure virtual]
virtual void neo::cca::ports::ComponentFactory::destroyComponentInstance ( const std::string &  componentClassAlias,
neo::cca::Component component 
) [pure virtual]

The documentation for this class was generated from the following file: