TAO_RTPortableServer
2.4.0
|
Populates mprofile with endpoints selected based on the RTCORBA::ServerProtocolPolicy. More...
#include <RT_Acceptor_Filters.h>
Public Member Functions | |
TAO_Server_Protocol_Acceptor_Filter (RTCORBA::ProtocolList &protocols) | |
Constructor. More... | |
int | fill_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, TAO_Acceptor **acceptors_begin, TAO_Acceptor **acceptors_end, CORBA::Short priority) |
Populate mprofile based on what's in <protocols_>. More... | |
int | encode_endpoints (TAO_MProfile &mprofile) |
Public Member Functions inherited from TAO_Acceptor_Filter | |
virtual | ~TAO_Acceptor_Filter (void) |
Private Attributes | |
RTCORBA::ProtocolList & | protocols_ |
Populates mprofile with endpoints selected based on the RTCORBA::ServerProtocolPolicy.
TAO_Server_Protocol_Acceptor_Filter::TAO_Server_Protocol_Acceptor_Filter | ( | RTCORBA::ProtocolList & | protocols | ) |
Constructor.
|
virtual |
Encodes the endpoints in the profiles into the TAO_TAG_ENDPOINTS tag component of profiles.
Implements TAO_Acceptor_Filter.
|
virtual |
Populate mprofile based on what's in <protocols_>.
Implements TAO_Acceptor_Filter.
|
private |
Value of the ServerProtocolPolicy used for endpoint selection.