// examine the offers of this service type
Enumeration o = table.elements();
while (o.hasMoreElements() && searchCount < searchCard)
{
ProxyInfo info = (ProxyInfo)o.nextElement();
ProxySourceAdapter source = new ProxySourceAdapter(info);
if (considerOffer(source, useDynamic, useModifiable, ts)) {
potentialOffers.addElement(source);