#include <AVStreams_i.h>
Inheritance diagram for TAO_StreamEndPoint_A:
Public Member Functions | |
TAO_StreamEndPoint_A (void) | |
Constructor. | |
virtual CORBA::Boolean | multiconnect (AVStreams::streamQoS &the_qos, AVStreams::flowSpec &the_spec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::noSuchFlow, AVStreams::QoSRequestFailed, AVStreams::streamOpFailed) |
Used for ATM-style multicast. | |
virtual CORBA::Boolean | connect_leaf (AVStreams::StreamEndPoint_B_ptr the_ep, AVStreams::streamQoS &the_qos, const AVStreams::flowSpec &the_flows ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::streamOpFailed, AVStreams::noSuchFlow, AVStreams::QoSRequestFailed, AVStreams::notSupported) |
Used for ATM-style multicast. | |
virtual void | disconnect_leaf (AVStreams::StreamEndPoint_B_ptr the_ep, const AVStreams::flowSpec &theSpec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::streamOpFailed, AVStreams::noSuchFlow, AVStreams::notSupported) |
Used to remove a multicast leaf. | |
virtual | ~TAO_StreamEndPoint_A (void) |
Destructor. |
|
Constructor.
|
|
Destructor.
|
|
Used for ATM-style multicast.
|
|
Used to remove a multicast leaf.
|
|
Used for ATM-style multicast.
Reimplemented from TAO_StreamEndPoint. |