if (Param.get("THRCNT")!= null) {
THRCNT = Integer.parseInt((String) Param.get("THRCNT"));
}
URL instanceURL = null;
DispatchStatement instance = new DispatchStatement();
PropertyValue dispProp = new PropertyValue();
for (int n = 1; n < (THRCNT + 1); n++) {
log.println("adding INSTANCE" + n +
" as obj relation to environment");