Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Acceptor_Registry Class Reference

Acceptor Registry and Generic Acceptor interface definitions. All loaded ESIOP or GIOP acceptor bridges must register with this object. More...

#include <Acceptor_Registry.h>

Collaboration diagram for TAO_Acceptor_Registry:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Acceptor_Registry (void)
 Default constructor.

 ~TAO_Acceptor_Registry (void)
 Default destructor.

int open (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, int ignore_address, CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException)
 Initialize all registered acceptors. Return -1 on error.

int close_all (void)
 Close all open acceptors.

size_t endpoint_count (void)
 Returns the total number of endpoints in all of its acceptors.

int is_collocated (const TAO_MProfile& mprofile)
 Check if there is at least one profile in <mprofile> that corresponds to a collocated object.

TAO_Acceptorget_acceptor (CORBA::ULong tag)
 Return the acceptor bridges.

TAO_AcceptorSetIterator begin (void)
TAO_AcceptorSetIterator end (void)

Private Methods

int open_default (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, const char *options)
 Create a default acceptor for all loaded protocols.

int open_default (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, int major, int minor, TAO_ProtocolFactorySetItor &factory, const char *options)
 Create a default acceptor using the specified protocol factory.

void extract_endpoint_options (ACE_CString &addrs, ACE_CString &options, TAO_Protocol_Factory *factory)
 Extract endpoint-specific options from the endpoint string.

void extract_endpoint_version (ACE_CString &address, int &major, int &minor)
 Extract endpoint/address specific version from the endpoint string.

int open_i (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, ACE_CString &address, TAO_ProtocolFactorySetItor &factory, int ignore_address, CORBA::Environment &ACE_TRY_ENV)
 Iterator through addrs in the string <iop>, and create an acceptor for each one.

 TAO_Acceptor_Registry (const TAO_Acceptor_Registry&)
void operator= (const TAO_Acceptor_Registry&)

Private Attributes

TAO_Acceptor** acceptors_
 List of acceptors that are currently open.

size_t size_
 Number of acceptors that are currently open.


Detailed Description

Acceptor Registry and Generic Acceptor interface definitions. All loaded ESIOP or GIOP acceptor bridges must register with this object.

This class maintains a list os acceptor factories for all loaded ORB protocols. There is one Acceptor_Registry per ORB_Core.


Constructor & Destructor Documentation

TAO_Acceptor_Registry::TAO_Acceptor_Registry ( void ) [inline]
 

Default constructor.

TAO_Acceptor_Registry::~TAO_Acceptor_Registry ( void )
 

Default destructor.

TAO_Acceptor_Registry::TAO_Acceptor_Registry ( const TAO_Acceptor_Registry & ) [private]
 


Member Function Documentation

ACE_INLINE TAO_AcceptorSetIterator TAO_Acceptor_Registry::begin ( void )
 

int TAO_Acceptor_Registry::close_all ( void )
 

Close all open acceptors.

ACE_INLINE TAO_AcceptorSetIterator TAO_Acceptor_Registry::end ( void )
 

size_t TAO_Acceptor_Registry::endpoint_count ( void )
 

Returns the total number of endpoints in all of its acceptors.

void TAO_Acceptor_Registry::extract_endpoint_options ( ACE_CString & addrs,
ACE_CString & options,
TAO_Protocol_Factory * factory ) [private]
 

Extract endpoint-specific options from the endpoint string.

void TAO_Acceptor_Registry::extract_endpoint_version ( ACE_CString & address,
int & major,
int & minor ) [private]
 

Extract endpoint/address specific version from the endpoint string.

TAO_Acceptor * TAO_Acceptor_Registry::get_acceptor ( CORBA::ULong tag )
 

Return the acceptor bridges.

int TAO_Acceptor_Registry::is_collocated ( const TAO_MProfile & mprofile )
 

Check if there is at least one profile in <mprofile> that corresponds to a collocated object.

int TAO_Acceptor_Registry::open ( TAO_ORB_Core * orb_core,
ACE_Reactor * reactor,
int ignore_address,
CORBA::Environment & ACE_TRY_ENV ) throw (CORBA::SystemException)
 

Initialize all registered acceptors. Return -1 on error.

int TAO_Acceptor_Registry::open_default ( TAO_ORB_Core * orb_core,
ACE_Reactor * reactor,
int major,
int minor,
TAO_ProtocolFactorySetItor & factory,
const char * options ) [private]
 

Create a default acceptor using the specified protocol factory.

int TAO_Acceptor_Registry::open_default ( TAO_ORB_Core * orb_core,
ACE_Reactor * reactor,
const char * options ) [private]
 

Create a default acceptor for all loaded protocols.

int TAO_Acceptor_Registry::open_i ( TAO_ORB_Core * orb_core,
ACE_Reactor * reactor,
ACE_CString & address,
TAO_ProtocolFactorySetItor & factory,
int ignore_address,
CORBA::Environment & ACE_TRY_ENV ) [private]
 

Iterator through addrs in the string <iop>, and create an acceptor for each one.

void TAO_Acceptor_Registry::operator= ( const TAO_Acceptor_Registry & ) [private]
 


Member Data Documentation

TAO_Acceptor ** TAO_Acceptor_Registry::acceptors_ [private]
 

List of acceptors that are currently open.

size_t TAO_Acceptor_Registry::size_ [private]
 

Number of acceptors that are currently open.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 08:01:21 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000