DAnCE::ServerActivator_Impl Class Reference
#include <ServerActivator_Impl.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
ServerActivator_Impl::~ServerActivator_Impl |
( |
|
) |
[virtual] |
Member Function Documentation
Components::Deployment::ComponentServer_ptr ServerActivator_Impl::create_component_server |
( |
const ::Components::ConfigValues & |
config |
) |
|
Creates a ComponentServer object on the host on which the ServerActivator is located.
- Parameters:
-
| config | ConfigValues for creation of ComponentServer. For CDMW CCM, this sequence should contain a PROCESS_DESTINATION ConfigValue which specify the destination of an already started ComponentServer process. |
- Exceptions:
-
| CreateFailure | INVALID_PROCESS_DESTINATION: raised if the destination specified in PROCESS_DESTINATION ConfigValue is not valid.
COMPONENT_SERVER_NOT_CREATED: raised if the ComponentServer could not be contacted (it should be started by PlatformManagement before the call to ServerActivator).
COMPONENT_SERVER_ALREADY_CREATED: raised if this method has already been called with the same PROCESS_DESTINATION ConfigValue. |
| InvalidConfiguration | raised if the config parameter doesn't contain a single PROCESS_DESTINATION ConfigValue. |
Components::Deployment::ComponentServers * ServerActivator_Impl::get_component_servers |
( |
|
) |
|
void ServerActivator_Impl::initializeComponentServer |
( |
::Components::Deployment::ComponentServer_ptr |
server |
) |
[private] |
void ServerActivator_Impl::remove_component_server |
( |
::Components::Deployment::ComponentServer_ptr |
server |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: