for (int i = 0; i < componentList.length; i++) {
ComponentInfo cInfo = (ComponentInfo) componentList[i];
MobileComponentID cid =
new MobileComponentIDClientImpl(cInfo.getInstanceName(),
cInfo.getInstanceHandle());
cid.unfreezeComponent();
}
long time5 = System.currentTimeMillis();
logger.info("Unfreezing components: " + (time5 - time4));
}