Ice 3.6 Slice API Reference
|
The ReplicaGroupFilter is used by IceGrid to filter adapters returned to the client when it resolves a filtered replica group. More...
Defined in <IceGrid/PluginFacade.ice>
local interface ReplicaGroupFilter { ... }
Operations | |
Ice::StringSeq | filter (string replicaGroupId, Ice::StringSeq adapterIds, Ice::Connection con, Ice::Context ctx) |
Filter the the given set of adapters. More... | |
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.
Ice::StringSeq filter | ( | string | replicaGroupId, |
Ice::StringSeq | adapterIds, | ||
Ice::Connection | con, | ||
Ice::Context | ctx | ||
) |
Filter the the given set of adapters.
replicaGroupId | The replica group ID. |
adapterIds | The adpater IDs to filter. |
con | The connection from the Ice client which is resolving the replica group endpoints. |
ctx | The context from the Ice client which is resolving the replica group endpoints. |