Interface TypeFilter


public interface TypeFilter
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.
  • Method Details

    • filter

      ObjectPrx[] filter(String type, ObjectPrx[] proxies, Connection con, Map<String,String> ctx)
      Filter the the given set of proxies.
      Parameters:
      type - The type.
      proxies - The proxies to filter.
      con - The connection from the Ice client which is looking up well-known objects by type.
      ctx - The context from the Ice client which is looking up well-known objects by type.
      Returns:
      The filtered proxies.