Ice 3.7 Slice API Reference
Operations | List of all members
IceGrid::TypeFilter Local Interface Reference

The TypeFilter is used by IceGrid to filter well-known proxies returned to the client when it searches a well-known object by type. More...

defined in <IceGrid/PluginFacade.ice>

local interface TypeFilter { ... }

Operations

Ice::ObjectProxySeq filter (string type, Ice::ObjectProxySeq proxies, Ice::Connection con, Ice::Context ctx)
 Filter the the given set of proxies. More...
 

Detailed Description

The TypeFilter is used by IceGrid to filter well-known proxies returned to the client when it searches a well-known object by type.

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

Operation Documentation

◆ filter()

Ice::ObjectProxySeq filter ( string  type,
Ice::ObjectProxySeq  proxies,
Ice::Connection  con,
Ice::Context  ctx 
)

Filter the the given set of proxies.

Parameters
typeThe type.
proxiesThe proxies to filter.
conThe connection from the Ice client which is looking up well-known objects by type.
ctxThe context from the Ice client which is looking up well-known objects by type.
Returns
The filtered proxies.

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