this.stop();
if ( this.resetCallback )
- this.resetCallback();
+ this.resetCallback(this.windowid);
},
init: function (sessionId, serviceId)
context.keepAlive
);
if ( context.initCallback )
- context.initCallback();
+ context.initCallback(this.windowid);
}
else
context.throwError('Init failed. Malformed WS resonse.',
},
delay
);
- context.statCallback(stat);
+ context.statCallback(stat, this.windowid);
}
else
context.throwError('Stat failed. Malformed WS resonse.',
context.show();
},
delay);
- context.showCallback(show);
+ context.showCallback(show, this.windowid);
}
);
},
record = new Array();
record['xmlDoc'] = data;
record['offset'] = context.currRecOffset;
- callback(record, args);
+ callback(record, args, this.windowid);
//pz2 record
} else if ( recordNode =
data.getElementsByTagName("record")[0] ) {
},
delay
);
- callback(record, args);
+ callback(record, args, this.windowid);
}
else
context.throwError('Record failed. Malformed WS resonse.',
delay
);
- context.termlistCallback(termList);
+ context.termlistCallback(termList, this.windowid);
}
else
context.throwError('Termlist failed. Malformed WS resonse.',
delay
);
- context.bytargetCallback(bytarget);
+ context.bytargetCallback(bytarget, this.windowid);
}
else
context.throwError('Bytarget failed. Malformed WS resonse.',