TAO_Strategies 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
TAO_UIOP_Endpoint Class Reference

TAO_UIOP_Endpoint. More...

#include <UIOP_Endpoint.h>

Inheritance diagram for TAO_UIOP_Endpoint:
Inheritance graph
[legend]
Collaboration diagram for TAO_UIOP_Endpoint:
Collaboration graph
[legend]

Public Member Functions

 TAO_UIOP_Endpoint ()
 Default constructor.
 
 TAO_UIOP_Endpoint (const ACE_UNIX_Addr &addr, CORBA::Short priority=TAO_INVALID_PRIORITY)
 Constructor.
 
 ~TAO_UIOP_Endpoint ()=default
 Destructor.
 
- Public Member Functions inherited from TAO_Endpoint
 TAO_Endpoint (CORBA::ULong tag, CORBA::Short priority=TAO_INVALID_PRIORITY)
 
virtual ~TAO_Endpoint ()=default
 
CORBA::ULong tag () const
 
void priority (CORBA::Short priority)
 
CORBA::Short priority () const
 
virtual TAO_Endpointnext_filtered (TAO_ORB_Core *, TAO_Endpoint *root)
 

Friends

class TAO_UIOP_Profile
 

TAO_Endpoint Methods

Please check the documentation in Endpoint.h for details.

ACE_UNIX_Addr object_addr_
 
TAO_UIOP_Endpointnext_
 
virtual TAO_Endpointnext ()
 
virtual int addr_to_string (char *buffer, size_t length)
 
virtual TAO_Endpointduplicate ()
 
CORBA::Boolean is_equivalent (const TAO_Endpoint *other_endpoint)
 
virtual CORBA::ULong hash ()
 Return a hash value for this object.
 
const ACE_UNIX_Addrobject_addr () const
 Return a reference to the <object_addr>.
 
const char * rendezvous_point () const
 

Additional Inherited Members

- Protected Attributes inherited from TAO_Endpoint
TAO_SYNCH_MUTEX addr_lookup_lock_
 
CORBA::ULong hash_val_
 
CORBA::ULong const tag_
 
CORBA::Short priority_
 

Detailed Description

TAO_UIOP_Endpoint.

UIOP-specific implementation of PP Framework Endpoint interface.

Constructor & Destructor Documentation

◆ TAO_UIOP_Endpoint() [1/2]

TAO_UIOP_Endpoint::TAO_UIOP_Endpoint ( )

Default constructor.

◆ TAO_UIOP_Endpoint() [2/2]

TAO_UIOP_Endpoint::TAO_UIOP_Endpoint ( const ACE_UNIX_Addr & addr,
CORBA::Short priority = TAO_INVALID_PRIORITY )

Constructor.

◆ ~TAO_UIOP_Endpoint()

TAO_UIOP_Endpoint::~TAO_UIOP_Endpoint ( )
default

Destructor.

Member Function Documentation

◆ addr_to_string()

int TAO_UIOP_Endpoint::addr_to_string ( char * buffer,
size_t length )
virtual

Cached instance of <ACE_UNIX_Addr> for use in making invocations, etc.

Implements TAO_Endpoint.

◆ duplicate()

TAO_Endpoint * TAO_UIOP_Endpoint::duplicate ( )
virtual

Cached instance of <ACE_UNIX_Addr> for use in making invocations, etc.

Implements TAO_Endpoint.

◆ hash()

CORBA::ULong TAO_UIOP_Endpoint::hash ( )
virtual

Return a hash value for this object.

Implements TAO_Endpoint.

◆ is_equivalent()

CORBA::Boolean TAO_UIOP_Endpoint::is_equivalent ( const TAO_Endpoint * other_endpoint)
virtual

Return true if this endpoint is equivalent to other_endpoint. Two endpoints are equivalent if their rendezvous points are the same.

Implements TAO_Endpoint.

◆ next()

TAO_Endpoint * TAO_UIOP_Endpoint::next ( )
virtual

Cached instance of <ACE_UNIX_Addr> for use in making invocations, etc.

Implements TAO_Endpoint.

◆ object_addr()

const ACE_UNIX_Addr & TAO_UIOP_Endpoint::object_addr ( ) const
inline

Return a reference to the <object_addr>.

◆ rendezvous_point()

const char * TAO_UIOP_Endpoint::rendezvous_point ( ) const
inline

Return a pointer to the rendezvous point string. This object maintains ownership of the returned string.

Friends And Related Symbol Documentation

◆ TAO_UIOP_Profile

friend class TAO_UIOP_Profile
friend

Member Data Documentation

◆ next_

TAO_UIOP_Endpoint* TAO_UIOP_Endpoint::next_
private

UIOP Endpoints can be strung into a list. Return the next endpoint in the list, if any.

◆ object_addr_

ACE_UNIX_Addr TAO_UIOP_Endpoint::object_addr_
private

Cached instance of <ACE_UNIX_Addr> for use in making invocations, etc.


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