This is probably too late for 3.3, but one thing that would be handy would be to be able to get a list of servants from an object adapter based on a passed in string category. Something like:
Ice::ObjectSeq findByCategory(string category);
(and probably one for specific facets as well).
This can be incredibly handy because then you don't have to maintain a list outside of the adapter of all of the servants in it if you want to be able to iterate over that list for some reason (maybe you need to get the name of each of the servants, for example).

Reply With Quote
