List homes = getConnectHomes();
Iterator it = homes.iterator();
while (it.hasNext())
{
Home home = null;
try
{
home = (Home) it.next();
locator = new InvokerLocator(protocol, home.host, home.port, path, params);
invoke(new InvocationRequest(null, null, ServerInvoker.ECHO, null, null, null));