TAO_PortableGroup  2.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_PortableGroup_Acceptor_Registry Class Reference

There is one TAO_PortableGroup_Acceptor_Registry per ORB_Core. More...

#include <PortableGroup_Acceptor_Registry.h>

Collaboration diagram for TAO_PortableGroup_Acceptor_Registry:
Collaboration graph

Classes

struct  Entry
 Value field of the portable group acceptor registry. More...
 

Public Types

typedef ACE_Unbounded_Queue
< Entry
Acceptor_Registry
 
typedef
ACE_Unbounded_Queue_Iterator
< Entry
Acceptor_Registry_Iterator
 

Public Member Functions

 TAO_PortableGroup_Acceptor_Registry (void)
 Default constructor. More...
 
 ~TAO_PortableGroup_Acceptor_Registry (void)
 Default destructor. More...
 
void open (const TAO_Profile *profile, TAO_ORB_Core &orb_core)
 Open an acceptor based on a tagged profile. More...
 
int close_all (void)
 Close all open acceptors. More...
 

Protected Member Functions

void open_i (const TAO_Profile *profile, TAO_ORB_Core &orb_core, TAO_ProtocolFactorySetItor &factory)
 Helper function to open a group acceptor. More...
 
int find (const TAO_Profile *profile, Entry *&entry)
 Find an acceptor by using a profile. More...
 

Private Member Functions

 TAO_PortableGroup_Acceptor_Registry (const TAO_PortableGroup_Acceptor_Registry &)
 
void operator= (const TAO_PortableGroup_Acceptor_Registry &)
 

Private Attributes

Acceptor_Registry registry_
 List of acceptors that are currently open. More...
 

Detailed Description

There is one TAO_PortableGroup_Acceptor_Registry per ORB_Core.

Member Typedef Documentation

Constructor & Destructor Documentation

TAO_PortableGroup_Acceptor_Registry::TAO_PortableGroup_Acceptor_Registry ( void  )

Default constructor.

TAO_PortableGroup_Acceptor_Registry::~TAO_PortableGroup_Acceptor_Registry ( void  )

Default destructor.

TAO_PortableGroup_Acceptor_Registry::TAO_PortableGroup_Acceptor_Registry ( const TAO_PortableGroup_Acceptor_Registry )
private

Member Function Documentation

int TAO_PortableGroup_Acceptor_Registry::close_all ( void  )

Close all open acceptors.

int TAO_PortableGroup_Acceptor_Registry::find ( const TAO_Profile profile,
Entry *&  entry 
)
protected

Find an acceptor by using a profile.

void TAO_PortableGroup_Acceptor_Registry::open ( const TAO_Profile profile,
TAO_ORB_Core orb_core 
)

Open an acceptor based on a tagged profile.

void TAO_PortableGroup_Acceptor_Registry::open_i ( const TAO_Profile profile,
TAO_ORB_Core orb_core,
TAO_ProtocolFactorySetItor factory 
)
protected

Helper function to open a group acceptor.

void TAO_PortableGroup_Acceptor_Registry::operator= ( const TAO_PortableGroup_Acceptor_Registry )
private

Member Data Documentation

Acceptor_Registry TAO_PortableGroup_Acceptor_Registry::registry_
private

List of acceptors that are currently open.


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