#include <Acceptor_Filter.h>
Public Methods | |
virtual | ~TAO_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)=0 |
virtual int | encode_endpoints (TAO_MProfile &mprofile)=0 |
Concrete Acceptor_Filter encapsulates a strategy for populating mprofile with profiles: it decides which endpoints are included into mprofile and which ones are not.
|
|
|
Encodes the endpoints in the profiles into the TAO_TAG_ENDPOINTS tag component of profiles. |
|
Populate <mprofile> with profiles. Profiles are created for selected acceptors (endpoints) from the array delimited by <acceptors_begin> and <acceptors_end>. |