#include <Endpoint_Strategy.h>
Inheritance diagram for TAO_AV_Endpoint_Process_Strategy:
Public Member Functions | |
TAO_AV_Endpoint_Process_Strategy (ACE_Process_Options *process_options) | |
virtual | ~TAO_AV_Endpoint_Process_Strategy (void) |
Destructor. | |
virtual int | activate (void) |
Protected Member Functions | |
virtual int | bind_to_naming_service (ACE_ENV_SINGLE_ARG_DECL) |
Bind to the naming service. | |
virtual int | get_stream_endpoint (ACE_ENV_SINGLE_ARG_DECL)=0 |
virtual int | get_vdev (ACE_ENV_SINGLE_ARG_DECL) |
Protected Attributes | |
CosNaming::NamingContext_var | naming_context_ |
Naming context. | |
ACE_Process_Options * | process_options_ |
Name and arguments for the process to be created. | |
char | host_ [MAXHOSTNAMELEN] |
name of this host used for resolving unique names. | |
pid_t | pid_ |
My child's process id. |
|
Constructor. The process_options contain the name and arguments for the process to be created |
|
Destructor.
|
|
creates a new child process, and waits on a semaphore until the child process has finished creating the endpoints |
|
Bind to the naming service.
|
|
Get the object reference for the newly created stream endpoint (which will be in the child process) Subclasses will define the functionality for this Implemented in TAO_AV_Endpoint_Process_Strategy_A, and TAO_AV_Endpoint_Process_Strategy_B. |
|
Get the Vdev object reference for the newly created endpoint |
|
name of this host used for resolving unique names.
|
|
Naming context.
|
|
My child's process id.
|
|
Name and arguments for the process to be created.
|