TAO  2.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes
TAO_Connector_Registry Class Reference

Per-ORB TAO Connector Registry. More...

#include <Connector_Registry.h>

Collaboration diagram for TAO_Connector_Registry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_Connector_Registry (void)
 Default constructor.
 ~TAO_Connector_Registry (void)
 Default destructor.
TAO_Connectorget_connector (CORBA::ULong tag) const
 Return the connector bridges.
int open (TAO_ORB_Core *orb_core)
 Initialize all registered connectors.
int close_all (void)
 Close all open connectors.
int make_mprofile (const char *ior, TAO_MProfile &mprofile)
TAO_Profilecreate_profile (TAO_InputCDR &cdr)
 Create a profile based on the contents of cdr.
char object_key_delimiter (const char *ior)
TAO_ConnectorSetIterator begin (void) const
TAO_ConnectorSetIterator end (void) const

Private Member Functions

 TAO_Connector_Registry (const TAO_Connector_Registry &)
void operator= (const TAO_Connector_Registry &)

Private Attributes

TAO_Connector ** connectors_
 List of connectors that are currently open.
size_t size_
 Number of connectors that are currently open.

Detailed Description

Per-ORB TAO Connector Registry.

Connector Registry and Generic Connector interface definitions. All loaded ESIOP or GIOP connector bridges must register with this object. This class is able to dynamically load a set of concrete protocol connectors which have registered with the service configurator and added their Factory name to the Resource_Factory line of the svc.conf file.


Constructor & Destructor Documentation

Default constructor.

Default destructor.


Member Function Documentation

Close all open connectors.

Create a profile based on the contents of cdr.

Return the connector bridges.

int TAO_Connector_Registry::make_mprofile ( const char *  ior,
TAO_MProfile mprofile 
)

Parse a string containing a URL style IOR and return an MProfile.

Obtain the object key delimiter used by the protocol specified in the provided URL style IOR.

Initialize all registered connectors.

void TAO_Connector_Registry::operator= ( const TAO_Connector_Registry )
private

Member Data Documentation

List of connectors that are currently open.

Number of connectors that are currently open.


The documentation for this class was generated from the following files: