#include <AV_Core.h>
TAO_AV_Core::TAO_AV_Core | ( | void | ) |
Default constructor.
TAO_AV_Core::~TAO_AV_Core | ( | void | ) |
Destructor.
TAO_AV_Acceptor_Registry * TAO_AV_Core::acceptor_registry | ( | void | ) |
TAO_AV_Connector_Registry * TAO_AV_Core::connector_registry | ( | void | ) |
int TAO_AV_Core::deactivate_servant | ( | PortableServer::Servant | servant | ) | [static] |
TAO_AV_Flow_ProtocolFactorySet * TAO_AV_Core::flow_protocol_factories | ( | void | ) |
TAO_AV_Acceptor * TAO_AV_Core::get_acceptor | ( | const char * | flowname | ) |
= Get the acceptor registry
TAO_AV_Connector * TAO_AV_Core::get_connector | ( | const char * | flowname | ) |
ACE_CString TAO_AV_Core::get_control_flowname | ( | const char * | flowname | ) | [static] |
TAO_AV_Flow_Protocol_Factory * TAO_AV_Core::get_flow_protocol_factory | ( | const char * | flow_protocol | ) |
= Set/get the <ACE_Reactor>.
TAO_FlowSpec_Entry * TAO_AV_Core::get_flow_spec_entry | ( | TAO_AV_FlowSpecSet & | flow_spec_set, | |
const char * | flowname | |||
) |
char * TAO_AV_Core::get_flowname | ( | const char * | flow_spec_entry_str | ) | [static] |
TAO_AV_Transport_Factory * TAO_AV_Core::get_transport_factory | ( | const char * | transport_protocol | ) |
int TAO_AV_Core::init | ( | CORBA::ORB_ptr | orb, | |
PortableServer::POA_ptr | poa | |||
) |
int TAO_AV_Core::init_flow_protocol_factories | ( | void | ) |
int TAO_AV_Core::init_forward_flows | ( | TAO_Base_StreamEndPoint * | endpoint, | |
TAO_AV_FlowSpecSet & | flow_spec_set, | |||
TAO_AV_Core::EndPoint | direction, | |||
AVStreams::flowSpec & | flow_spec | |||
) |
int TAO_AV_Core::init_reverse_flows | ( | TAO_Base_StreamEndPoint * | endpoint, | |
TAO_AV_FlowSpecSet & | forward_flow_spec_set, | |||
TAO_AV_FlowSpecSet & | reverse_flow_spec_set, | |||
TAO_AV_Core::EndPoint | direction | |||
) |
int TAO_AV_Core::init_transport_factories | ( | void | ) |
int TAO_AV_Core::load_default_flow_protocol_factories | ( | void | ) |
int TAO_AV_Core::load_default_transport_factories | ( | void | ) |
void TAO_AV_Core::orb | ( | CORBA::ORB_ptr | orb_ | ) |
CORBA::ORB_ptr TAO_AV_Core::orb | ( | void | ) |
void TAO_AV_Core::poa | ( | PortableServer::POA_ptr | poa_ | ) |
PortableServer::POA_ptr TAO_AV_Core::poa | ( | void | ) |
ACE_Reactor * TAO_AV_Core::reactor | ( | void | ) |
void TAO_AV_Core::reactor | ( | ACE_Reactor * | r | ) |
int TAO_AV_Core::remove_acceptor | ( | const char * | flowname | ) |
int TAO_AV_Core::remove_connector | ( | const char * | flowname | ) |
int TAO_AV_Core::run | ( | void | ) |
int TAO_AV_Core::stop_run | ( | void | ) |
TAO_AV_TransportFactorySet * TAO_AV_Core::transport_factories | ( | void | ) |
TAO_AV_Acceptor_Registry* TAO_AV_Core::acceptor_registry_ [protected] |
The registry which maintains a list of acceptor factories for each loaded protocol.
The connector registry which all active connecters must register themselves with.
Pointer to the list of flow protocol loaded into this AV_Core instance.
CORBA::ORB_var TAO_AV_Core::orb_ [protected] |
PortableServer::POA_var TAO_AV_Core::poa_ [protected] |
ACE_Reactor* TAO_AV_Core::reactor_ [protected] |
CORBA::Boolean TAO_AV_Core::stop_run_ [protected] |
Pointer to the list of transports loaded into this AV_Core instance.