#include <StandardConfigurator_Impl.h>
Collaboration diagram for CIAO::StandardConfigurator_Impl:
Public Member Functions | |
StandardConfigurator_Impl (Servant_Impl_Base *toconfigure) | |
Constructor. | |
virtual | ~StandardConfigurator_Impl (void) |
Destructor. | |
virtual void | set_configuration (const Components::ConfigValues &descr ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
void | configure (Components::CCMObject_ptr comp ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, Components::WrongComponentType) |
Private Attributes | |
Servant_Impl_Base * | component_ |
This class implements the Components::StandardConfigurator interface as defined by the CCM spcification. This class aids in setting the initial values of component attributes that are defined in the meta data.
|
Constructor.
|
|
Destructor.
|
|
|
|
This method will call set_attributes on the component that is being configured, i.e, the template method from StandardConfigurator interface. |
|
The component whose attributes are going to be configured via set_attributes |