InitialContext localCtx = new InitialContext();
Hashtable localEnv = localCtx.getEnvironment();
tmsLog.info("Checking removed hosts JNDI binding");
this.doLookups(localEnv, tmsLog, removed);
tmsLog.info("Checking added hosts JNDI binding");
this.doLookups(localEnv, tmsLog, added);
tmsLog.info("Checking members hosts JNDI binding");
this.doLookups(localEnv, tmsLog, members);
}
catch (NamingException e)