public boolean reload(MonitorableEntry entry) {
// The actual reload is done by the NSAPI reconfiguration logic which
// the reload monitor thread invokes (at the end), so simply return
// true here.
InstanceEnvironment ienv = ApplicationServer.getServerContext().getInstanceEnvironment();
//4926513 work-around --- use displayname
// for "foo", the id will be "foo[0]"
//String moduleName = entry.getId();
String moduleName = entry.getDisplayName();