}else if((childs==null)||(childsUDN==null)){
return false;
}else if(childs.length==childsUDN.length){
DeviceList dl = d.getDeviceList();
for (int i = 0; i < childs.length; i++) {
Device dev = (Device)dl.elementAt(i);
if(!bindInvokes(dev,childs[i]))
return false;
}
return true;