Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::ReplicaGroupFilter Class Referenceabstract

The ReplicaGroupFilter is used by IceGrid to filter adapters returned to the client when it resolves a filtered replica group. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

virtual Ice::StringSeq filter (const std::string &replicaGroupId, const Ice::StringSeq &adapterIds, const Ice::ConnectionPtr &con, const Ice::Context &ctx)=0
 Filters adapter IDs.

Detailed Description

The ReplicaGroupFilter is used by IceGrid to filter adapters returned to the client when it resolves a filtered replica group.

IceGrid provides the list of available adapters. The implementation of this method can use the provided context and connection to filter and return the filtered set of adapters.

Definition at line 16 of file PluginFacade.h.


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