TAO_PortableServer
2.3.3
|
Default Acceptor_Filter. More...
#include <Default_Acceptor_Filter.h>
Public Member Functions | |
TAO_Default_Acceptor_Filter (void) | |
virtual int | fill_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, TAO_Acceptor **acceptors_begin, TAO_Acceptor **acceptors_end, CORBA::Short priority=TAO_INVALID_PRIORITY) |
Populate mprofile with all available endpoints. More... | |
int | encode_endpoints (TAO_MProfile &mprofile) |
Public Member Functions inherited from TAO_Acceptor_Filter | |
virtual | ~TAO_Acceptor_Filter (void) |
Default Acceptor_Filter.
Default strategy for populating mprofile: all available endpoints are included.
TAO_Default_Acceptor_Filter::TAO_Default_Acceptor_Filter | ( | void | ) |
|
virtual |
Encodes the endpoints in the profiles into the TAO_TAG_ENDPOINTS tag component of profiles.
Implements TAO_Acceptor_Filter.
|
virtual |
Populate mprofile with all available endpoints.
Implements TAO_Acceptor_Filter.