#include <AVStreams_i.h>
Inheritance diagram for TAO_Base_StreamEndPoint
Public Methods | |
TAO_Base_StreamEndPoint (void) | |
virtual | ~TAO_Base_StreamEndPoint (void) |
virtual int | handle_open (void) |
called when streamendpoint is instantiated. | |
virtual int | handle_close (void) |
called when streamendpoint is being destructed. | |
virtual int | handle_stop (const AVStreams::flowSpec &the_spec, CORBA::Environment &env = CORBA::Environment::default_environment ()) |
Application needs to define this. | |
virtual int | handle_start (const AVStreams::flowSpec &the_spec, CORBA::Environment &env = CORBA::Environment::default_environment ()) |
Application needs to define this. | |
virtual int | handle_destroy (const AVStreams::flowSpec &the_spec, CORBA::Environment &env = CORBA::Environment::default_environment ()) |
Application needs to define this. | |
virtual CORBA::Boolean | handle_preconnect (AVStreams::flowSpec &the_spec) |
Application needs to define this. | |
virtual CORBA::Boolean | handle_postconnect (AVStreams::flowSpec &the_spec) |
Application needs to define this. | |
virtual CORBA::Boolean | handle_connection_requested (AVStreams::flowSpec &the_spec, CORBA::Environment &env = CORBA::Environment::default_environment ()) |
Application needs to define this. | |
virtual int | get_callback (const char *flowname, TAO_AV_Callback *&callback) |
virtual int | get_control_callback (const char *flowname, TAO_AV_Callback *&callback) |
virtual int | set_protocol_object (const char *flowname, TAO_AV_Protocol_Object *object) |
virtual void | set_flow_handler (const char *flowname, TAO_AV_Flow_Handler *handler) |
TAO_AV_QoS& | qos (void) |
Protected Attributes | |
TAO_AV_QoS | qos_ |
Flow_Handler_Map | flow_handler_map_ |
|
|
|
|
|
|
|
|
|
called when streamendpoint is being destructed.
|
|
Application needs to define this.
|
|
Application needs to define this.
|
|
called when streamendpoint is instantiated.
|
|
Application needs to define this.
|
|
Application needs to define this.
|
|
Application needs to define this.
|
|
Application needs to define this.
|
|
|
|
Reimplemented in TAO_FlowEndPoint. |
|
Reimplemented in TAO_FlowEndPoint. |
|
|
|
|