for (int i = 0; i < protocolHandlers.size(); i++)
{
try
{
ProtocolHandler protocolHandler = (ProtocolHandler) protocolHandlers.get(i);
Home home = (Home) getHomes().get(i);
setProperty(protocolHandler, "address", home.host);
setProperty(protocolHandler, "port", "" + home.port);
//TODO: -TME - Should not have to hard set this every time. Should
// be a way to figure out if this is needed or not.