#include <Endpoint_Strategy_T.h>
Inheritance diagram for TAO_AV_Endpoint_Reactive_Strategy:
Protected Methods | |
TAO_AV_Endpoint_Reactive_Strategy (void) | |
Constructor. More... | |
virtual | ~TAO_AV_Endpoint_Reactive_Strategy (void) |
Destructor. More... | |
virtual int | activate (void) |
creates and activates the streamendpoint, vdev, and mediacontrol. More... | |
virtual int | activate_stream_endpoint (ACE_ENV_SINGLE_ARG_DECL)=0 |
activates the stream_endpoint with the POA. More... | |
virtual int | activate_vdev (ACE_ENV_SINGLE_ARG_DECL) |
activates the vdev with the POA. More... | |
virtual int | activate_mediactrl (ACE_ENV_SINGLE_ARG_DECL) |
activates the media controller with the POA. More... | |
virtual int | make_vdev (T_VDev *&vdev) |
Bridge method to create a vdev, a la Acceptor. Applications can override this. More... | |
virtual int | make_stream_endpoint (T_StreamEndpoint *&stream_endpoint) |
Bridge method to create a stream_endpoint, a la Acceptor. Applications can override this. More... | |
virtual int | make_mediactrl (T_MediaCtrl *&media_ctrl) |
Bridge method to create a media_ctrl, a la Acceptor. Applications can override this. More... | |
char * | activate_with_poa (PortableServer::Servant servant ACE_ENV_ARG_DECL) |
Protected Attributes | |
CORBA::ORB_var | orb_ |
PortableServer::POA_var | poa_ |
|
Constructor.
|
|
Destructor.
|
|
creates and activates the streamendpoint, vdev, and mediacontrol.
|
|
activates the media controller with the POA.
|
|
activates the stream_endpoint with the POA.
Reimplemented in TAO_AV_Endpoint_Reactive_Strategy_A, and TAO_AV_Endpoint_Reactive_Strategy_B. |
|
activates the vdev with the POA.
|
|
|
|
Bridge method to create a media_ctrl, a la Acceptor. Applications can override this.
|
|
Bridge method to create a stream_endpoint, a la Acceptor. Applications can override this.
|
|
Bridge method to create a vdev, a la Acceptor. Applications can override this.
|
|
|
|
|