TAO 4.0.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TAO_Base_Transport_Property Class Reference

A concrete implementation for connnection property. More...

#include <Base_Transport_Property.h>

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

Public Member Functions

 TAO_Base_Transport_Property ()=default
 Default constructor.
 
 TAO_Base_Transport_Property (TAO_Endpoint *endpoint, CORBA::Boolean flag=false)
 Constructor.
 
virtual ~TAO_Base_Transport_Property ()=default
 Destructor.
 
 TAO_Base_Transport_Property (const TAO_Base_Transport_Property &rhs)
 The copy constructor.
 
virtual TAO_Transport_Descriptor_Interfaceduplicate ()
 
virtual CORBA::Boolean is_equivalent (const TAO_Transport_Descriptor_Interface *other_prop)
 Try to determine if this object is same as the other_prop.
 
virtual u_long hash () const
 Generate hash value for our class.
 
- Public Member Functions inherited from TAO_Transport_Descriptor_Interface
virtual ~TAO_Transport_Descriptor_Interface ()
 Destructor.
 
TAO_Endpointendpoint ()
 Return the underlying endpoint object.
 
CORBA::Boolean reset_endpoint (TAO_Endpoint *ep)
 
void set_bidir_flag (CORBA::Boolean flag)
 Set the BiDir flag.
 

Additional Inherited Members

- Protected Member Functions inherited from TAO_Transport_Descriptor_Interface
 TAO_Transport_Descriptor_Interface ()
 Default Constructor.
 
 TAO_Transport_Descriptor_Interface (TAO_Endpoint *endpoint, CORBA::Boolean take_ownership=false)
 Constructor.
 
- Protected Attributes inherited from TAO_Transport_Descriptor_Interface
TAO_Endpointendpoint_
 The base property of the connection ie. the peer's endpoint.
 
CORBA::Boolean bidir_flag_
 Should the endpoint be used in either direction?
 
CORBA::Boolean release_
 

Detailed Description

A concrete implementation for connnection property.

This class is a concrete implementation of a simple connection property class. This provides an implementation for the virtual functions declared in TAO_Transport_Descriptor_Interface.

Constructor & Destructor Documentation

◆ TAO_Base_Transport_Property() [1/3]

TAO_Base_Transport_Property::TAO_Base_Transport_Property ( )
default

Default constructor.

◆ TAO_Base_Transport_Property() [2/3]

TAO_Base_Transport_Property::TAO_Base_Transport_Property ( TAO_Endpoint * endpoint,
CORBA::Boolean flag = false )

Constructor.

◆ ~TAO_Base_Transport_Property()

virtual TAO_Base_Transport_Property::~TAO_Base_Transport_Property ( )
virtualdefault

Destructor.

◆ TAO_Base_Transport_Property() [3/3]

TAO_Base_Transport_Property::TAO_Base_Transport_Property ( const TAO_Base_Transport_Property & rhs)

The copy constructor.

Member Function Documentation

◆ duplicate()

TAO_Transport_Descriptor_Interface * TAO_Base_Transport_Property::duplicate ( )
virtual

This call allocates and copies the contents of this class and returns the pointer

Implements TAO_Transport_Descriptor_Interface.

◆ hash()

u_long TAO_Base_Transport_Property::hash ( ) const
virtual

Generate hash value for our class.

Implements TAO_Transport_Descriptor_Interface.

◆ is_equivalent()

CORBA::Boolean TAO_Base_Transport_Property::is_equivalent ( const TAO_Transport_Descriptor_Interface * other_prop)
virtual

Try to determine if this object is same as the other_prop.

Implements TAO_Transport_Descriptor_Interface.


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