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

TAO_COIOP_Endpoint. More...

#include <COIOP_Endpoint.h>

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

Public Member Functions

 TAO_COIOP_Endpoint ()
 Default constructor.
 
 TAO_COIOP_Endpoint (const ACE_Utils::UUID &uuid)
 
 ~TAO_COIOP_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_COIOP_Profile
 
class TAO_SSLIOP_Profile
 

TAO_Endpoint Methods

Please check the documentation in Endpoint.h for details.

ACE_Utils::UUID uuid_
 UUID uniquely identifying this COIOP endpoint.
 
TAO_COIOP_Endpointnext_
 
virtual TAO_Endpointnext ()
 UUID uniquely identifying this COIOP endpoint.
 
virtual int addr_to_string (char *buffer, size_t length)
 UUID uniquely identifying this COIOP endpoint.
 
virtual TAO_Endpointduplicate ()
 UUID uniquely identifying this COIOP endpoint.
 
CORBA::Boolean is_equivalent (const TAO_Endpoint *other_endpoint)
 
CORBA::ULong hash ()
 Return a hash value for this object.
 
const ACE_Utils::UUIDuuid () 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_COIOP_Endpoint.

COIOP-specific implementation of PP Framework Endpoint interface.

Constructor & Destructor Documentation

◆ TAO_COIOP_Endpoint() [1/2]

TAO_COIOP_Endpoint::TAO_COIOP_Endpoint ( )

Default constructor.

◆ TAO_COIOP_Endpoint() [2/2]

TAO_COIOP_Endpoint::TAO_COIOP_Endpoint ( const ACE_Utils::UUID & uuid)

Constructor. This is the most efficient constructor since it does not require any address resolution processing.

◆ ~TAO_COIOP_Endpoint()

TAO_COIOP_Endpoint::~TAO_COIOP_Endpoint ( )
default

Destructor.

Member Function Documentation

◆ addr_to_string()

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

UUID uniquely identifying this COIOP endpoint.

Implements TAO_Endpoint.

◆ duplicate()

TAO_Endpoint * TAO_COIOP_Endpoint::duplicate ( )
virtual

UUID uniquely identifying this COIOP endpoint.

Implements TAO_Endpoint.

◆ hash()

CORBA::ULong TAO_COIOP_Endpoint::hash ( )
virtual

Return a hash value for this object.

Implements TAO_Endpoint.

◆ is_equivalent()

CORBA::Boolean TAO_COIOP_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 port and host are the same.

Implements TAO_Endpoint.

◆ next()

TAO_Endpoint * TAO_COIOP_Endpoint::next ( )
virtual

UUID uniquely identifying this COIOP endpoint.

Implements TAO_Endpoint.

◆ uuid()

const ACE_Utils::UUID & TAO_COIOP_Endpoint::uuid ( ) const
inline

Return a pointer to the host string. This object maintains ownership of this string.

Friends And Related Symbol Documentation

◆ TAO_COIOP_Profile

friend class TAO_COIOP_Profile
friend

◆ TAO_SSLIOP_Profile

friend class TAO_SSLIOP_Profile
friend

Member Data Documentation

◆ next_

TAO_COIOP_Endpoint* TAO_COIOP_Endpoint::next_
private

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

◆ uuid_

ACE_Utils::UUID TAO_COIOP_Endpoint::uuid_
mutableprivate

UUID uniquely identifying this COIOP endpoint.


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