Version: 8.3.0
SALOMEMultiComm Class Reference

Class is designed to ease the use of multi communication. More...

#include <SALOMEMultiComm.hxx>

Inheritance diagram for SALOMEMultiComm:

Public Member Functions

 SALOMEMultiComm ()
 
 SALOMEMultiComm (SALOME::TypeOfCommunication type)
 
virtual void setProtocol (SALOME::TypeOfCommunication type)
 
SALOME::TypeOfCommunication getProtocol () const
 

Protected Attributes

SALOME::TypeOfCommunication _type
 

Detailed Description

Class is designed to ease the use of multi communication.


Simply inherite from it your servant class you want to emit data with senders.

Constructor & Destructor Documentation

SALOMEMultiComm::SALOMEMultiComm ( )
SALOMEMultiComm::SALOMEMultiComm ( SALOME::TypeOfCommunication  type)

Member Function Documentation

SALOME::TypeOfCommunication SALOMEMultiComm::getProtocol ( ) const

References _type.

void SALOMEMultiComm::setProtocol ( SALOME::TypeOfCommunication  type)
virtual

References _type.

Field Documentation

SALOME::TypeOfCommunication SALOMEMultiComm::_type
protected

Referenced by getProtocol(), and setProtocol().